Zsh shell is getting popularity day-by-day, macOS now has the default shell as Zsh instead of Bash, if you want work with Zsh shell, you may need to get it installed first,
Install Zsh using homebrew:
$ brew install zsh
Install Zsh on Fedora or CentOS
$ sudo dnf install zsh
Install Zsh on Ubuntu using apt package
$ sudo apt install zsh
Install Zsh on Windows
If you are using Windows 10, then first you need to make sure that you have enabled - Windows for Linux Subsystem. Once you have done that run the below command in bash,
$ sudo apt-get install zsh
One you complete the installation, just type zsh to enter the Z-Shell prompt ie %
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!