all repos — archive/dotfiles @ a58e033e366f7a5776e6d53ac45b44a426aadbd2

Superseded by nixfiles

zsh: Setup SSH auth sock if empty
Alan Pearce alan.pearce@spotcap.com
Tue, 19 Jul 2016 12:47:01 +0200
commit

a58e033e366f7a5776e6d53ac45b44a426aadbd2

parent

5203a119ddf35b02cf95e7e7f40f4e1f3d78c382

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

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -96,6 +96,11 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '+m:{A-Z}={a-z}'
 zstyle ':completion:*' completer _expand _complete _match
 
+if [[ -z $SSH_AUTH_SOCK && $commands[ssh-agent] ]]
+then
+	eval $(ssh-agent)
+fi
+
 if zplug check Tarrasch/zsh-autoenv
 then
 	AUTOENV_FILE_ENTER=.envrc