From 8c8bd3273aa5031dc351feee0cba4372f110ef63 Mon Sep 17 00:00:00 2001 From: ArtixZ Date: Sat, 12 Sep 2020 21:39:59 -0700 Subject: [PATCH] Getting error message: `chsh: /usr/bin/zsh: non-standard shell`. Cause "/usr/bin/zsh" is not in /etc/shells. In /etc/shells, it shows "/bin/zsh" for zsh. --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index e68b6d3..d1c3934 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -39,7 +39,7 @@ brew install zsh ``` To set zsh as your default shell, execute the following assuming a default install of Homebrew ``` -chsh -s /usr/local/bin/zsh +chsh -s /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