From e7657d6ba54ad5714657cff9be86ec416d342a4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2013 20:54:18 +0100 Subject: Migrate repository from mercurial without history --- zsh/zshrc_sheldon | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zsh/zshrc_sheldon (limited to 'zsh/zshrc_sheldon') diff --git a/zsh/zshrc_sheldon b/zsh/zshrc_sheldon new file mode 100644 index 00000000..6168baee --- /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 -- cgit 1.4.1