Use of which obviates the need for env
This commit is contained in:
parent
ef93c738b9
commit
21c64ee0c9
@ -193,9 +193,9 @@ main() {
|
||||
printf "${NORMAL}"
|
||||
|
||||
if [ -n "$CHSH_ZSH" ]; then
|
||||
exec env "$CHSH_ZSH" -l
|
||||
exec "$CHSH_ZSH" -l
|
||||
elif [ -n "$ENV_ZSH" ]; then
|
||||
exec env "$ENV_ZSH"
|
||||
exec "$ENV_ZSH"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user