How to change shell to fish on unix

From razwiki
Revision as of 00:56, 9 December 2021 by Razzi (talk | contribs) (Created page with "Ensure /usr/bin/fish is on /etc/shells, then: chsh -s /usr/bin/fish Finally, logout and log back in. [untested]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]