source ~/.profile only if it exists

master
Patrick Stadler 12 years ago
parent 4e34588a5b
commit 858c515df2
  1. 2
      tools/check_for_upgrade.sh

@ -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

Loading…
Cancel
Save