Updated Command to change the default shell

This commit is contained in:
Ishan Jain 2017-03-03 19:46:10 +05:30
parent 4f19700919
commit f73e7adfc3

View file

@ -29,7 +29,7 @@ version is 4.3.17.
4. Set Zsh as your default shell:
chsh -s /bin/zsh
chsh -s `which zsh` [username here]
5. Open a new Zsh terminal window or tab.