Compare commits

1 Commits

Author SHA1 Message Date
f31994bf58 solution 2025-09-08 09:51:12 +02:00

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
```