Last Updated: February 20, 2016
·
922
· urisharf

Make zsh the default shell

After installing zsh in linux, it can be mase the default shell for all terminal session like this:

chsh -s `which zsh`
  • that's a backtick