From 7054b970e14ba926a4a46823e1db15730e452fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Str=C3=B8mmen?= Date: Fri, 13 Nov 2020 07:40:04 +0100 Subject: [PATCH] Fix grammar --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index c0c3694..4172e8b 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -23,7 +23,7 @@ If necessary, follow these steps to install Zsh: 3. Make it your default shell: `chsh -s $(which 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. +4. Log out and log back in again to use your new default shell. 5. Test that it worked with `echo $SHELL`. Expected result: `/bin/zsh` or similar. 6. Test with `$SHELL --version`. Expected result: 'zsh 5.4.2' or similar