diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 9ee2f68..e64cfda 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 - > Latest Mac OS version: + > Recent Mac OS versions: ``` chsh -s /usr/local/bin/zsh ```