How to change shell to fish on unix: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Ensure /usr/bin/fish is on /etc/shells, then: chsh -s /usr/bin/fish Finally, logout and log back in. [untested]")
 
(No difference)

Latest revision as of 00:56, 9 December 2021

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

chsh -s /usr/bin/fish

Finally, logout and log back in.

[untested]