aboutsummaryrefslogtreecommitdiff
path: root/bash/env.profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 20:38:10 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-01 20:38:10 +0200
commit8f4088c3b3aea4a3539586dfd29e407469e27a1e (patch)
tree8b46c6d947ef421bc86f39a5497a13183ab673df /bash/env.profile
parentd1b874d8f5d83a6ddfbde86d55ff70ad29c4584e (diff)
downloaddotfiles-8f4088c3b3aea4a3539586dfd29e407469e27a1e.tar.gz
added ssh-agent, .local/bin to PATH
Diffstat (limited to 'bash/env.profile')
-rw-r--r--bash/env.profile1
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