How to change shell to fish on unix
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]
Ensure /usr/bin/fish is on /etc/shells, then:
chsh -s /usr/bin/fish
Finally, logout and log back in.
[untested]