aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/keychain.zsh.off
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/keychain.zsh.off')
-rw-r--r--.zsh.before/keychain.zsh.off4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.before/keychain.zsh.off b/.zsh.before/keychain.zsh.off
new file mode 100644
index 0000000..372a5bb
--- /dev/null
+++ b/.zsh.before/keychain.zsh.off
@@ -0,0 +1,4 @@
+if [ -f /usr/bin/keychain ]
+then
+ eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_rsa.*)
+fi