diff --git a/bashrc_add b/bashrc_add index 9849fcb..482a42e 100755 --- a/bashrc_add +++ b/bashrc_add @@ -139,6 +139,11 @@ EOF export PATH fi + if [ -d "${HOME}/.local/bin" ] ; then + pathmunge "${HOME}/.local/bin" + export PATH + fi + # Check for interactive bash and that we haven't already been sourced. if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then