Zsh shell is getting popularity day-by-day, macOS now have the default shell as Zsh instead of Bash, if you want work with Zsh shell, you may need to get it installed first,
Installing Zsh using homebrew:
$ brew install zsh
Installing Zsh on Fedora or CentOS
$ sudo dnf install zsh
Installing Zsh on Ubuntu using apt package
$ sudo apt install zsh
Installing 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 %

Installing Zsh Shell
More Posts related to HowTos,
- Brew Error - This command updates brew itself and does not take formula names
- Add X days from today in Command Line
- How to find someone on Instagram
- cURL HTTP GET request command examples
- Free Unlimited Calls from MTNL & BSNL Landlines from 1st May 2015
- Why I see Download pre-built shared indexes in IntelliJ
- How to display line numbers in Terminal while displaying content of a file
- How to install Postman natively on a Mac
- Display bookmarks bar Safari
- [Error] zsh: command not found: mvn
- How to rerun last command in Zsh shell
- How to identify the version of IntelliJ
- How to convert byte array to String [Kotlin]
- How to install Zsh shell
- How to stop or quit cat command?
- [Fix] Steam: Friends Network Unreachable Error
- How to Kill service running on port using terminal command
- How to Generate Self-Signed OpenSSL certificate in three easy steps
- How to enable line numbers in IntelliJ
- Copy all .vcf Mobile Contacts files into one .vcf
- How to write hello world different languages syntax
- What is HTTP 500 Internal Server Error Code on web browsers
- How to get an embed code from Vimeo?
- [Error] There was an error connecting to the apple id server
- Unzip a Zip file from Terminal Command
More Posts:
- Difference between using Scanner Class and String args for user input in Java - Java
- New-SPLogFile PowerShell - create new SharePoint log file - SharePoint
- Maven : java.lang.ClassNotFoundException: Xmx512m - Android
- Find Difference of two numbers - C-Program
- How to take user input from the console in a Python program - Python
- How to start or open a new bourne-again shell (bash) session on Windows using Command Line CMD - Bash
- How to Import External Jars to Android Studio Project - Android-Studio
- Exception in thread main java.lang.NoClassDefFoundError: package javaClass - Java