diff --git a/Installing-ZSH.md b/Installing-ZSH.md index da52ca4..3b1f12e 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -101,6 +101,8 @@ sudo yum update && sudo yum -y install zsh ### Cygwin 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 If you know a platform that is not covered, edit this page and add it!