diff --git a/bash/bashrc b/bash/bashrc index 4f5b95c..6c4b6a5 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -8,6 +8,10 @@ alias ls='ls --color=auto' alias ll='ls --color=auto -l' alias l='ls --color=auto -lA' +if [[ -d "$HOME/.local/bin" ]]; then + export PATH="$HOME/.local/bin:$PATH" +fi + DISTRO='unknown' # Generic distro check.