source ~/.profile only if it exists
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user