diff options
Diffstat (limited to 'bash/env.profile')
-rw-r--r-- | bash/env.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.profile b/bash/env.profile index ceb0b92..380bdf2 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -9,6 +9,7 @@ function appendpath() { appendpath "$HOME/bin" appendpath "$DOTFILEBASE/scripts" +appendpath "$HOME/.local/bin" export PATH unset appendpath |