From 1bdf0cefc01bc2d72330e025e5d133bba4812b8a Mon Sep 17 00:00:00 2001 From: Kalle Bronsen Date: Mon, 11 Jun 2012 15:00:09 +0200 Subject: [PATCH] use subshell to determine location of zsh On debian and ubuntu zsh is found in /usr/bin/ instead of /bin/ --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index bf6776665..c7319af92 100644 --- a/README.textile +++ b/README.textile @@ -33,7 +33,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...)