Use $commands[zsh] instead of which

This commit is contained in:
Christian Bundy 2016-03-29 16:11:31 -07:00
parent 2b548730cc
commit 44f9212544

View file

@ -33,7 +33,7 @@ version is 4.3.17.
5. Restart Zsh:
exec $SHELL -li
exec $commands[zsh]
### Troubleshooting