diff --git a/src/.bash_profile b/src/.bash_profile index 767659f..35d5ded 100755 --- a/src/.bash_profile +++ b/src/.bash_profile @@ -5,6 +5,9 @@ mkdir -vp "$HOME/.bin" export PATH="${PATH}:$HOME/.bin" +# some programs (pip, notably) install into ~/.local/bin, add that to PATH too +export PATH="${PATH}:$HOME/.local/bin" + # bash options export HISTCONTROL=ignoreboth export HISTSIZE=1000