Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f31994bf58 |
@@ -4,8 +4,13 @@ télécharger https://starship.rs/install.sh dans /tmp/
|
|||||||
|
|
||||||
exécuter en root le script /tmp/install.sh
|
exécuter en root le script /tmp/install.sh
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
curl https://starship.rs/install.sh -L | sudo sh
|
||||||
|
```
|
||||||
|
|
||||||
rajouter la ligne suivante dans /etc/profile.d/zconf.sh:
|
rajouter la ligne suivante dans /etc/profile.d/zconf.sh:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
eval "$(/usr/local/bin/starship init bash)"
|
echo 'eval "$(/usr/local/bin/starship init bash)"' >> /etc/profile.d/zconf.sh
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user