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
Post a Comment