From bbc9babeeca680d97974daea14b5ac6d4d65bff6 Mon Sep 17 00:00:00 2001 From: "G. Kay Lee" Date: Wed, 26 Aug 2015 11:48:01 +0800 Subject: [PATCH] This seems to be the correct path --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index dfb3d65..521099a 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -16,6 +16,6 @@ If you need to, follow the following step to make it work: - from [source](http://zsh.sourceforge.net/Arc/source.html), following [instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7) 2. Make sure it installed by running `zsh --version` -3. Make it your default shell: `chsh -s /usr/bin/zsh` +3. Make it your default shell: `chsh -s /bin/zsh` - Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`) 4. Re-open all terminals and make sure it worked by running `echo $SHELL`