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