1
1
Fork 0

Zsh default shell sudo

This commit is contained in:
Jo Wroten 2019-08-02 16:25:08 -05:00
parent f9f15bb29e
commit 6bc7bd40fc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -3,5 +3,5 @@ echo " - Installing Zsh - "
sudo apt-get install zsh
echo " - Setting Zsh as default - "
chsh -s /usr/bin/zsh
sudo chsh -s /usr/bin/zsh