summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 1f9daf4..fbc9f4b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -37,3 +37,6 @@ fi
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
+
+# Should probably be split out into a module script executed by run-parts
+eval "$(keychain --agents ssh --eval --quiet id_rsa)"