Switching to ZSH - Zach Alexander
zpalexander.com/switching-to-zsh15.04.2017 · 2. Set ZSH as your default shell. The actual process for changing your default shell from Bash to ZSH is extremely easy. Just run chsh -s /bin/zsh. Note that you'll need to supply the correct path your ZSH binary which you can get with the which zsh command we used earlier. Click here for more information on the chsh command. That's it!
Switching to ZSH - Zach Alexander
zpalexander.com › switching-to-zshApr 15, 2017 · Getting Started on Mac OS X 1. Install ZSH. Let's get started by running which zsh in whatever shell you're currently using. If you have the... 2. Set ZSH as your default shell. The actual process for changing your default shell from Bash to ZSH is extremely easy. 3. Install a ZSH configuration ...