use subshell to determine location of zsh

On debian and ubuntu zsh is found in /usr/bin/ instead of /bin/
This commit is contained in:
Kalle Bronsen 2012-06-11 15:00:09 +02:00
commit 4c9a8174b2

View file

@ -34,7 +34,7 @@ h3. The manual way
3. Set zsh as your default shell:
@chsh -s /bin/zsh@
@chsh -s $(which zsh)@
4. Start / restart zsh (open a new terminal is easy enough...)