This commit is contained in:
2025-09-08 09:51:12 +02:00
parent 74023670a7
commit f31994bf58

View File

@@ -4,8 +4,13 @@ télécharger https://starship.rs/install.sh dans /tmp/
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:
```bash
eval "$(/usr/local/bin/starship init bash)"
echo 'eval "$(/usr/local/bin/starship init bash)"' >> /etc/profile.d/zconf.sh
```