zsh installation

Martin Delille 2015-04-16 16:49:32 +02:00
parent 8e0e953ce3
commit c6c243f594

5
Install-ZSH.md Normal file

@ -0,0 +1,5 @@
[Zsh](http://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (`zsh --version` to confirm), follow the following step to make it work:
+ 1. Install with your package manager of choice (ie: `sudo apt-get install zsh`)
+ 2. Make sure it installed by running `zsh`
+ 3. Make it your default shell: `chsh -s $(which zsh)`
+ 4. Log out and back in.