remove sudo

This commit is contained in:
Triston Armstrong 2024-11-11 00:45:28 -05:00
parent 56d956bf7e
commit d7c4c9e63b

View File

@ -3,8 +3,8 @@
xdg-settings set default-web-browser io.github.zen_browser.zen.desktop
if [[ $(which $SHELL) != "/bin/fish" ]]; then
sudo chsh -s /bin/fish
sudo usermod -s /bin/fish $USER
chsh -s /bin/fish
usermod -s /bin/fish $USER
fish
echo "Set fish shell, may need to login again..."
else