Updated Installing ZSH (markdown)

Nathan Shepperd 2017-05-29 09:50:42 +01:00
parent 50ed8e47c0
commit f96f84e4c3

@ -101,6 +101,8 @@ sudo yum update && sudo yum -y install zsh
### Cygwin ### Cygwin
Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface. Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface.
The easiest way to change the default shell is to set your SHELL user environment variable. Search for "Edit Environment variables for your account" to bring up the environment variables window, create a new variable named "SHELL" and give it the value "/usr/bin/zsh/".
### Add yours ### Add yours
If you know a platform that is not covered, edit this page and add it! If you know a platform that is not covered, edit this page and add it!