From 1a952eec733f9cc21e75637f9eb1f1b116d07112 Mon Sep 17 00:00:00 2001 From: Alvin Crespo Date: Sat, 14 Aug 2021 18:05:06 -0400 Subject: [PATCH] Updating to latest version (installed today) --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 75bdc39..0107351 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -25,7 +25,7 @@ If necessary, follow these steps to install Zsh: 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 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 +6. Test with `$SHELL --version`. Expected result: 'zsh 5.8' or similar ## How to install zsh on many platforms