sh: add ~/.local/bin to PATH

This commit is contained in:
Romain Paquet 2026-04-08 14:12:47 +02:00
parent 5d8fd8db2d
commit 6395c6e74c

View file

@ -2,3 +2,5 @@
# Personnal scripts # Personnal scripts
export PATH="$PATH:$HOME/bin" export PATH="$PATH:$HOME/bin"
export PATH="$PATH:$HOME/.local/bin"