Commit 858c515d authored by Patrick Stadler's avatar Patrick Stadler
Browse files

source ~/.profile only if it exists

parent 4e34588a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment