Added .local/bin to path

This commit is contained in:
matt1432 2023-01-07 02:51:06 -05:00
parent 1bec83a13d
commit 025084f6dc

View file

@ -105,7 +105,7 @@ fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
PATH="$HOME/bin:$PATH:$HOME/.local/bin"
fi
if [ -f ~/.bash-fzfrc ] ; then