diff --git a/bashrc b/bashrc index 7ce6011..3ec50ba 100755 --- a/bashrc +++ b/bashrc @@ -33,6 +33,11 @@ null ls --version && alias with_coreutils=true ################################# +if echo $PATH | grep "$HOME" >/dev/null 2&>1 +then + PATH="${PATH}:${HOME}/.local/bin" +fi + if false iswindows then export PAGER='tr -d \\r | less'