Alterar peixe padrão padrão
> echo /usr/local/bin/fish | sudo tee -a /etc/shells
> chsh -s /usr/local/bin/fish
Frantic Flamingo
> echo /usr/local/bin/fish | sudo tee -a /etc/shells
> chsh -s /usr/local/bin/fish
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