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

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

Windows XP installation, no previous version of Windows NT - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu