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 %

More Posts related to HowTos,
- Brew Error - This command updates brew itself and does not take formula names
- How to get more information about npm using brew command
- How to find the path of formula Installation by Brew
- MongoDB: Failed to connect to 127.0.0.1:27017 reason: Connection refused
- Clearing the Cache in Firefox Web Browser
- How to enter Rockstar Activation Code?
- How to display line numbers in Terminal while displaying content of a file
- How to install Postman natively on a Mac
- ChatGPT Outage: Hmm...something seems to have gone wrong. Maybe try me again in a little bit.
- Copy all .vcf Mobile Contacts files into one .vcf
- How to Whitelist IP Address on GoDaddy Hosting?
- How to check the version of NodeJS installed
- How to remove password from pdf file
- Top 10 emerging breakthrough trending technologies
- How to press shortcut CTRL + ALT + DEL on Windows Remote Desktop
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document)
- How to write hello world different languages syntax
- [fix] Editor could not be opened unexpected error: File is a directory (VS Code)
- How to generate ssh key?
- How to Change or Set a new Password for your Wi-Fi Router
- [Error] zsh: command not found: mvn
- What is an Authorization Code Grant? OAuth 2.0
- Install SonarLint on Visual Studio Code
- Unzip a Zip file from Terminal Command
- Format Code in Visual Studio - VS Code [Mac/Windows/Linux]
More Posts:
- Top 10 emerging breakthrough trending technologies - HowTos
- How to the Install Official Android Emulator for Mac? - Android
- Step-by-Step: How to delete a git branch from local as well as remote origin - Git
- M365 service Europe outage - AADSTS90033 A transient error has occurred. Please try again. - Microsoft
- How to turn off Dark Mode in Excel App for Mac - Windows
- How to Hum a Song to Google to find it out! [Android and iPhone] - Google
- Java: Convert Double to 2 Decimal Places [Examples] - Java
- How to check PowerShell version - Powershell