1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-27 16:53:30 +02:00

source ~/.profile only if it exists

This commit is contained in:
Patrick Stadler
2013-12-03 09:52:51 +01:00
parent 4e34588a5b
commit 858c515df2
+1 -1
View File
@@ -20,7 +20,7 @@ if [[ -z "$epoch_target" ]]; then
epoch_target=13 epoch_target=13
fi fi
[ ~/.profile ] && source ~/.profile [ -f ~/.profile ] && source ~/.profile
if [ -f ~/.zsh-update ] if [ -f ~/.zsh-update ]
then then