Make Fish As Default Shell

[Solved] Make Fish As Default Shell | Perl - Code Explorer | yomemimo.com
Question : change default shell fish

Answered by : frantic-flamingo-wga4id7cxy9s

> echo /usr/local/bin/fish | sudo tee -a /etc/shells
> chsh -s /usr/local/bin/fish

Source : | Last Update : Tue, 24 Nov 20

Question : make fish as default shell

Answered by : jatin-kabariya

1st method :-
- You can set fish as your default shell by running
'chsh -s $(which fish)'
2nd method :-
- by adding 'fish' to your '.bashrc' file

Source : | Last Update : Thu, 30 Jun 22

Answers related to make fish as default shell

Code Explorer Popular Question For Perl