@[email protected] to [email protected] • edit-21 year agoBored With Bash? Change the Default Shell in Linuxitsfoss.comexternal-linkmessage-square42fedilinkarrow-up178arrow-down114
arrow-up164arrow-down1external-linkBored With Bash? Change the Default Shell in Linuxitsfoss.com@[email protected] to [email protected] • edit-21 year agomessage-square42fedilink
minus-square@[email protected]linkfedilinkEnglish9•1 year agotip: don’t install fish or whatever, change your default shell, THEN uninstall fish because you don’t like it. Change your default shell back first. I have seen way too many support posts where people paint their self I to a corner doing that. or just don’t change the default shell. run fish as needed, then exit back to bash when done. I have
minus-squareSemperveruslinkEnglish0•1 year agoAdd it to your .bashrc so it autolaunches, but fails back to bash.
tip: don’t install fish or whatever, change your default shell, THEN uninstall fish because you don’t like it.
Change your default shell back first.
I have seen way too many support posts where people paint their self I to a corner doing that.
or just don’t change the default shell.
run
fish
as needed, thenexit
back to bash when done.I have
Add it to your .bashrc so it autolaunches, but fails back to bash.