From 4c9a8174b2345805088a31e01bcd244cc03e8557 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 4b3e6abc9..2e7895835 100644 --- a/README.textile +++ b/README.textile @@ -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...)