summaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc2
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