Ajout : profile

This commit is contained in:
Hippolyte Chauvin 2023-09-01 10:45:11 +02:00
parent 29958605c2
commit 22aff9b2eb

7
home/profile Normal file
View file

@ -0,0 +1,7 @@
# Add local bin to PATH
local_bin="$HOME/.local/bin"
if [ -d "$local_bin" ]; then
PATH="$local_bin:$PATH"
fi
unset local_bin