“Machen Sie Fische als Standardschale” Code-Antworten

Ändern Sie den Standardschalenfisch

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

Machen Sie Fische als Standardschale

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
jatin kabariya

Ähnliche Antworten wie “Machen Sie Fische als Standardschale”

Fragen ähnlich wie “Machen Sie Fische als Standardschale”

Weitere verwandte Antworten zu “Machen Sie Fische als Standardschale” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen