Skip to content

Commit

Permalink
add ~/.local/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Jul 12, 2020
1 parent 969e991 commit 6e8881f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash/dot-bashrc
Expand Up @@ -57,6 +57,10 @@ man() {
man "$@"
}

if [ -d "$HOME/.local/bin" ] ; then
export PATH="$HOME/.local/bin:$PATH"
fi

if [ -d "$HOME/bin" ] ; then
export PATH="$HOME/bin:$PATH"
fi
Expand Down

0 comments on commit 6e8881f

Please sign in to comment.