added auto switch for zsh

This commit is contained in:
Michael Scalzetti 2022-03-24 01:49:16 -04:00
parent fa96a5a1bf
commit 544fbd784c

View File

@ -1,6 +1,8 @@
# unprivileged user's name, change this if it isnt right # unprivileged user's name, change this if it isnt right
USER="michael" USER="michael"
usermod --shell /bin/zsh root
usermod --shell /bin/zsh $USER
# List gnome extensions to install # List gnome extensions to install
echo -e "\nGnome extensions:" echo -e "\nGnome extensions:"