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,
- How to Generate Self-Signed OpenSSL certificate in three easy steps
- How to replace   with space
- Setting up RSS feeds notifications within Outlook
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document)
- How to find lost AirPods?
- cURL HTTP GET request command examples
- Top 10 emerging breakthrough trending technologies
- [Fix] Steam: Friends Network Unreachable Error
- How to Kill service running on port using terminal command
- How to use HashTags # correctly on Social Media Facebook Twitter
More Posts:
- How to create Custom RatingBar Android Programming Tutorial - Android
- How to use HashTags # correctly on Social Media Facebook Twitter - HowTos
- connection.url property value in hibernate.cfg.xml for mysql - Java
- Android AlertDialog with 3 buttons example - Android
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete - Android
- remove div vertical scroll - Html
- Android Display Toast on Button Click - Android
- Check Internet Connection WIFI 4G is active on Android Programmatically - Android
- Device not compatible error Android Google Play Store - Android
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime - Mac-OS-X
- 86 Gmail keyboard shortcuts that you may find Advantageous - Google
- Maven Eclipse (M2e) No archetypes currently available - Java
- Tutorial: CSS Media Query for Responsive Web Design - CSS
- BSNL Broadband upgrades speed to minimum 2MBps for all users 512Kbps 1Mbps - HowTos
- ActivityManager Warning: Activity not started, its current task has been brought to the front - Android