1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-27 05:10:16 +08:00

Merge pull request from pstadler/master

check_for_upgrade.sh: source ~/.profile only if it exists
This commit is contained in:
Robby Russell 2013-12-03 12:51:00 -08:00
commit 6fa64b7199

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