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
|
xdg-settings set default-web-browser io.github.zen_browser.zen.desktop
|
||||||
|
|
||||||
if [[ $(which $SHELL) != "/bin/fish" ]]; then
|
if [[ $(which $SHELL) != "/bin/fish" ]]; then
|
||||||
sudo chsh -s /bin/fish
|
chsh -s /bin/fish
|
||||||
sudo usermod -s /bin/fish $USER
|
usermod -s /bin/fish $USER
|
||||||
fish
|
fish
|
||||||
echo "Set fish shell, may need to login again..."
|
echo "Set fish shell, may need to login again..."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user