From 434d0b93eb388b7060bb9810c2e54a4314a74a79 Mon Sep 17 00:00:00 2001 From: Victor Miti Date: Sat, 4 Apr 2020 02:49:11 +0200 Subject: [PATCH] While cygwin may not have a standard command line interface, `apt-cyg` provides an `apt-get` like tool for Cygwin, and this is something worth mentioning --- Installing-ZSH.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index b32ccd9..60ab7e7 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -114,7 +114,11 @@ before running "make install". 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. +Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface. You could, however, setup [apt-cyg](https://github.com/kou1okada/apt-cyg) and install zsh as follows: + +```sh +apt-cyg install zsh +``` 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/".