1
0
Fork 0

Use `$commands[zsh]` instead of `which`

pull/734/head
Christian Bundy 9 years ago
parent 2b548730cc
commit 44f9212544

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

Loading…
Cancel
Save