mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
source ~/.profile only if it exists
This commit is contained in:
parent
d657623b1f
commit
69c8654e12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue