From 3b02017496f8092151001b0a4321af98842870a4 Mon Sep 17 00:00:00 2001 From: Braiam Peguero Date: Sat, 13 Jun 2015 05:26:21 -0400 Subject: [PATCH] There's no -l switch on source http://anonscm.debian.org/cgit/pkg-shadow/shadow.git/tree/src/chsh.c#n107, at least not on upstream. --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index a51bde9..dfb3d65 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 $(chsh -l | grep "zsh" -m 1)` +3. Make it your default shell: `chsh -s /usr/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`