add .local/bin to path

This commit is contained in:
Mylloon 2022-09-15 11:58:12 +02:00
parent 3cc15c27c9
commit e7706d6bc2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -349,6 +349,10 @@ then
git config --global pull.rebase true
git config --global init.defaultBranch main
# === Path ==
# Add PIP packages from Python to the path
fish_add_path /home/anri/.local/bin
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
else
echo "Ce script ne fonctionne que sur Arch."