aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/env.profile1
-rw-r--r--bash/ssh-agent.profile1
2 files changed, 2 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
diff --git a/bash/ssh-agent.profile b/bash/ssh-agent.profile
new file mode 100644
index 0000000..4360eb4
--- /dev/null
+++ b/bash/ssh-agent.profile
@@ -0,0 +1 @@
+eval `ssh-agent`