Ajout : profile
This commit is contained in:
parent
29958605c2
commit
22aff9b2eb
1 changed files with 7 additions and 0 deletions
7
home/profile
Normal file
7
home/profile
Normal 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
|
||||
|
Loading…
Reference in a new issue