Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created September 26, 2017 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckunte/0d3f0a8d18504f769adf3badde12abf4 to your computer and use it in GitHub Desktop.
Save ckunte/0d3f0a8d18504f769adf3badde12abf4 to your computer and use it in GitHub Desktop.
Setting zsh as default shell on Windows 7 + Cygwin
  1. Search for edit env in the Start menu search to find Edit environment variables for your account. Click on it.

  2. Click New... in User variables.. and in the following menu, enter:

     Variable name : SHELL
     Variable value: /usr/bin/zsh
    

    Press OK, and OK.

  3. Close and restart Cygwin Terminal, and it should start with zsh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment