Add .local/bin directory

This commit is contained in:
Glenn Y. Rolland 2021-12-31 12:58:18 +01:00
parent 0cb65dc37f
commit 2a096589cd

View file

@ -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