16-03-2021
This commit is contained in:
20
docs/Distributions/solus/zsh.md
Normal file
20
docs/Distributions/solus/zsh.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# zsh
|
||||
|
||||
|
||||
|
||||
### Changer de Shell:
|
||||
|
||||
Ajouter les shells à la liste de Shells:
|
||||
|
||||
```bash
|
||||
echo "/bin/zsh" | sudo tee -a /etc/shells
|
||||
echo "/bin/bash" | sudo tee -a /etc/shells
|
||||
```
|
||||
|
||||
Changer le shell par défaut:
|
||||
|
||||
```bash
|
||||
sudo chsh -s /bin/zsh
|
||||
```
|
||||
|
||||
Log out / log back pour prendre effet.
|
||||
Reference in New Issue
Block a user