From f31994bf58579a99ac07aebba0abdc5034abbb7e Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 8 Sep 2025 09:51:12 +0200 Subject: [PATCH] solution --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 20295e7..897f677 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ``` \ No newline at end of file