From 741ed5641d628e0198f8c13625ee26718d605cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Brasil?= <32300154+oliva20@users.noreply.github.com> Date: Sun, 2 Feb 2020 14:33:38 -0600 Subject: [PATCH] Updated Installing ZSH (markdown) --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index b3c9e93..2265130 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -20,7 +20,7 @@ If necessary, follow these steps to install Zsh: - from [source](http://zsh.sourceforge.net/Arc/source.html), following [instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7) 2. Verify installation by running `zsh --version`. Expected result: `zsh 5.1.1` or more recent. -3. Make it your default shell: `chsh -s $(which zsh)` +3. Make it your default shell: `chsh -s $(which zsh)` NOTE: "which zsh" is a command returning zsh location /usr/bin/zsh - Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`) or if you don't have permission to use `chsh`. If that's the case [you'll need to use a different procedure](https://www.google.com/search?q=zsh+default+without+chsh). 4. Log out and login back again to use your new default shell.