Bash: Linux compatibility.

This commit is contained in:
Artem Sapegin 2013-02-04 14:32:58 +04:00
parent 4c70b05d22
commit e7cfad0c8c
1 changed files with 1 additions and 1 deletions

View File

@ -116,4 +116,4 @@ unset less_options
export PAGER='less'
# Load extra (private) settings
[ -f "~/.bashlocal" ] && source "~/.bashlocal"
[ -f ~/.bashlocal ] && source ~/.bashlocal