From e7706d6bc2816ee80a90812c514019fc247a70b5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 15 Sep 2022 11:58:12 +0200 Subject: [PATCH] add .local/bin to path --- arch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch.sh b/arch.sh index 623c053..af94105 100644 --- a/arch.sh +++ b/arch.sh @@ -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."