profile: Make sure ~/.local/bin
is part of PATH
This commit is contained in:
parent
d5fefc509d
commit
3dbd7cf5ca
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
@ -9,3 +9,5 @@ if [ -d "$ENVIRONMENTD" ]; then
|
|||
fi
|
||||
set +a
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue