terminal - How do I update zsh to the latest version? -


i switched zsh on terminal.app on os x machine successfully. version number of zsh 4.3.11.

if have homebrew installed, can this.

# check zsh info brew info zsh  # install zsh brew install --without-etcdir zsh  # add shell path sudo vim /etc/shells  # add following line end of file(/etc/shells) /usr/local/bin/zsh  # change default shell chsh -s /usr/local/bin/zsh 

hope helps, thanks.


Comments