Add .local/bin directory
This commit is contained in:
parent
0cb65dc37f
commit
2a096589cd
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ if [ -d "$HOME/bin" ] ; then
|
|||
export PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue