1
0
Fork 0

Use dynamic path for zsh binary

pull/1034/head
Christian Bundy 9 years ago
parent 7227c4f0be
commit c2225c8ab6

@ -29,7 +29,7 @@ version is 4.3.17.
4. Set Zsh as your default shell:
chsh -s /bin/zsh
chsh -s $(which zsh)
5. Open a new Zsh terminal window or tab.

Loading…
Cancel
Save