remove sudo
This commit is contained in:
parent
56d956bf7e
commit
d7c4c9e63b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user