all repos — nixfiles @ 58470726b86ca10892ffb91b48a571afc0cf8439

System and user configuration, managed by nix and home-manager

ZSH: Remove old unused linkAuthSock setup
Alan Pearce alan@alanpearce.co.uk
Thu, 24 Dec 2015 19:56:35 +0000
commit

58470726b86ca10892ffb91b48a571afc0cf8439

parent

d9d0d88b351356a24a96005551d5868cf5ae35be

1 files changed, 0 insertions(+), 14 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -30,20 +30,6 @@ ) 
 users=(alan root toor)
 
-function linkAuthSock () {
-	local linkSock=~/.ssh/ssh_auth_sock
-	ln -sf $1  ~/.ssh/ssh_auth_sock
-	export SSH_AUTH_SOCK=$linkSock
-}
-
-if [[ "$SSH_AUTH_SOCK" != "" ]]
-then
-	if [[ -e ~/.ssh/ssh_auth_sock && ! -L ~/.ssh/ssh_auth_sock ]]
-	then
-		linkAuthSock $SSH_AUTH_SOCK
-	fi
-fi
-
 if [[ $os == "gnu" ]]
 then
 	export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"