diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-07 05:27:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-07 05:27:43 +0300 |
commit | dbbd2e1c6583f33c31e3e4605bc640879740a45d (patch) | |
tree | e471f8abaf6534425add7df16d04bed157c3731a /%HOME%/.profile | |
parent | list_repo_*: replace with simple aliases (diff) | |
download | linux-home-dbbd2e1c6583f33c31e3e4605bc640879740a45d.tar.gz linux-home-dbbd2e1c6583f33c31e3e4605bc640879740a45d.zip |
bugfix & code style
Diffstat (limited to '%HOME%/.profile')
-rw-r--r-- | %HOME%/.profile | 2 |
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" |