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