modif ssh-agent

This commit is contained in:
vincent 2019-12-21 17:32:39 +01:00
parent ec43095c54
commit 4764bc8f9e

View File

@ -15,7 +15,6 @@ else
eval `dircolors ~/.dircolors/dircolors.ansi-dark` eval `dircolors ~/.dircolors/dircolors.ansi-dark`
fi fi
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
#if [ -z "$SSH_AUTH_SOCK" ] ; then if [ -z "$SSH_AUTH_SOCK" ] ; then
#eval `ssh-agent -s` eval `ssh-agent -s`
#ssh-add fi
#fi