diff options
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 9250685..b432b6b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -122,5 +122,5 @@ man() { # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" + PATH="$HOME/bin:$HOME/.local/bin:$PATH" fi |