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, 0 insertions, 5 deletions
diff --git a/zsh/sheldon.zsh b/zsh/sheldon.zsh
deleted file mode 100644
index 6168bae..0000000
--- a/zsh/sheldon.zsh
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ ! -S $SSH_AUTH_SOCK ]]
-then
-	eval `ssh-agent | sed -e '/^echo/d'`
-	linkAuthSock $SSH_AUTH_SOCK
-fi