Add /home/vahagn/.local/bin to path.

This commit is contained in:
2020-02-16 21:39:07 +00:00
parent 5a8cb9946f
commit b279bf36f7

View File

@@ -213,6 +213,10 @@ if [ -e $MYSCRIPTS/bin ]; then
export PATH=$MYSCRIPTS/bin:$PATH
fi
if [ -e $HOME/.local/bin ]; then
export PATH=$HOME/.local/bin:$PATH
fi
#
# VIM
#