Fixed issue where ZPROFILE would not be set and zshrc not updated
This commit is contained in:
parent
b26d08ba30
commit
3bec520b0e
|
|
@ -56,7 +56,7 @@ if [ -z "$PROFILE" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$PROFILE" ]; then
|
||||
if [ -z "$ZPROFILE" ]; then
|
||||
if [ -f "$HOME/.zshrc" ]; then
|
||||
ZPROFILE="$HOME/.zshrc"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue