aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-07 05:27:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-07 05:27:43 +0300
commitdbbd2e1c6583f33c31e3e4605bc640879740a45d (patch)
treee471f8abaf6534425add7df16d04bed157c3731a /%HOME%/.profile
parentlist_repo_*: replace with simple aliases (diff)
downloadlinux-home-dbbd2e1c6583f33c31e3e4605bc640879740a45d.tar.gz
linux-home-dbbd2e1c6583f33c31e3e4605bc640879740a45d.zip
bugfix & code style
Diffstat (limited to '')
-rw-r--r--%HOME%/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 43c0e81..f107b3f 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -1,5 +1,5 @@
LANG="$( locale --no-unicode --utf )" && export LANG
-[ -n "${BASH_VERSION+x}" ] \
+[ -n "${BASH_VERSION+x}" ] \
&& [ -r "$HOME/.bashrc" ] \
&& source "$HOME/.bashrc"