commit 74023670a7cae434b8850ea5b69bb8aefb2fdf02 Author: Thomas Constans Date: Thu Mar 13 12:22:29 2025 +0100 initial cversion diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..20295e7 --- /dev/null +++ b/Readme.md @@ -0,0 +1,11 @@ +# Personnalisation de l'invite de commande + +télécharger https://starship.rs/install.sh dans /tmp/ + +exécuter en root le script /tmp/install.sh + +rajouter la ligne suivante dans /etc/profile.d/zconf.sh: + +```bash +eval "$(/usr/local/bin/starship init bash)" +``` \ No newline at end of file