summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-11-02 14:23:42 +0000
committerAlan Pearce2013-11-02 14:23:42 +0000
commit66c2254349db463d91d6335dfe4a25ac1329515c (patch)
treef384a3b8ef9b2e7e54da8270f5a4c82334bff938 /zsh
parente6902435ee1abeb474960dcd49ee395116f5c2d8 (diff)
downloaddotfiles-66c2254349db463d91d6335dfe4a25ac1329515c.tar.lz
dotfiles-66c2254349db463d91d6335dfe4a25ac1329515c.tar.zst
dotfiles-66c2254349db463d91d6335dfe4a25ac1329515c.zip
zsh: Remove file for old work laptop
Diffstat (limited to '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