How to change shell to fish on unix

From razwiki
Jump to navigation Jump to search

Ensure /usr/bin/fish is on /etc/shells, then:

chsh -s /usr/bin/fish

Finally, logout and log back in.

[untested]