add .local/bin to path
This commit is contained in:
parent
3cc15c27c9
commit
e7706d6bc2
1 changed files with 4 additions and 0 deletions
4
arch.sh
4
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."
|
||||
|
|
Loading…
Reference in a new issue