From 36b15b922742f08f3b36a77aff3545d7acc0f14b Mon Sep 17 00:00:00 2001 From: Rinold Simon Date: Wed, 9 Jan 2019 10:26:21 +0530 Subject: [PATCH] Updated Installing ZSH (markdown) --- Installing-ZSH.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 79b4cf7..f409209 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -35,7 +35,10 @@ you _might_ be OK. Preferably newer than or equal to `5.0`.** ```sh brew install zsh zsh-completions ``` - +To set zsh as your default shell, execute the following for **macOS High Sierra** +``` +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 also use [MacPorts](https://www.macports.org/) @@ -43,10 +46,6 @@ also use [MacPorts](https://www.macports.org/) ```sh sudo port install zsh zsh-completions ``` -To set zsh as your default shell, execute the following for **macOS High Sierra** -``` -chsh -s /bin/zsh -``` ### Ubuntu, Debian & derivatives