summary refs log tree commit diff stats
path: root/zsh/zshrc_sheldon
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc_sheldon')
-rw-r--r--zsh/zshrc_sheldon5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/zshrc_sheldon b/zsh/zshrc_sheldon
new file mode 100644
index 0000000..6168bae
--- /dev/null
+++ b/zsh/zshrc_sheldon
@@ -0,0 +1,5 @@
+if [[ ! -S $SSH_AUTH_SOCK ]]
+then
+	eval `ssh-agent | sed -e '/^echo/d'`
+	linkAuthSock $SSH_AUTH_SOCK
+fi