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

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

networking - Slave steals IP meant for bonded interface - Ask Ubuntu