To change your login shell to fish:
Add the shell to /etc/shells with:
command -v fish | sudo tee -a /etc/shells
Change your default shell with:
chsh -s "$(command -v fish)"
To change it back to another shell, substitute fish with bash, tcsh or zsh as appropriate in the above command.
To change your login shell to fish:
To change it back to another shell, substitute fish with bash, tcsh or zsh as appropriate in the above command.