From 2916b4061a18769fbad6b4e37a031b89403c610e Mon Sep 17 00:00:00 2001 From: IanGC Date: Mon, 1 Jun 2020 12:53:55 -0400 Subject: [PATCH] changed path for ```chsh``` because it points to an older system installed version of zsh instead of the newly Homebrew installed zsh --- Installing-ZSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 1c1d949..e68b6d3 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -37,9 +37,9 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.** ```sh brew install zsh ``` -To set zsh as your default shell, execute the following for **macOS High Sierra** +To set zsh as your default shell, execute the following assuming a default install of Homebrew ``` -chsh -s /bin/zsh +chsh -s /usr/local/bin/zsh ``` Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of **macOS** ship zsh by default, but it's normally an older version. Alternatively, you may