zsh Mon Jul 16 2012 Install zsh(from here): 1sudo apt-get install zsh Change the default shell to zsh(from here): 12chsh -s /usr/bin/zsh # The original value in the article is "/bin/zsh", however I found the location on my computer is "/usr/bin/zsh".