diff --git a/.bashrc b/.bashrc index 8b0380e..49be341 100644 --- a/.bashrc +++ b/.bashrc @@ -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