Fixed error message in case ~/.profile doesn't exist

This commit is contained in:
Pavel Sakun 2013-12-03 17:02:41 +03:00
commit 7261409f0f

View file

@ -20,7 +20,7 @@ if [[ -z "$epoch_target" ]]; then
epoch_target=13
fi
[ ~/.profile ] && source ~/.profile
[ -f ~/.profile ] && source ~/.profile
if [ -f ~/.zsh-update ]
then