command line - How do I set fish as the default shell? - Ask Ubuntu


is there way set fish default shell in ubuntu netbook remix? put in .bashrc run fish, works fine, ubuntu recognizes fish running inside bash, means when try close shell warns me task still running.

it doesn't pop new application, can't pin bar normal app.

you can set fish default shell running

chsh -s `which fish` 

then log out , in.

(to set bash, need use fish syntax of course, chsh -s (which bash))


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User