From 4764bc8f9eed91214ede25da0e81da70ba691798 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 21 Dec 2019 17:32:39 +0100 Subject: [PATCH] modif ssh-agent --- zsh/.zshrc.d/prompt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zsh/.zshrc.d/prompt b/zsh/.zshrc.d/prompt index 44984c9..d364c91 100644 --- a/zsh/.zshrc.d/prompt +++ b/zsh/.zshrc.d/prompt @@ -15,7 +15,6 @@ else eval `dircolors ~/.dircolors/dircolors.ansi-dark` fi zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} -#if [ -z "$SSH_AUTH_SOCK" ] ; then - #eval `ssh-agent -s` - #ssh-add -#fi +if [ -z "$SSH_AUTH_SOCK" ] ; then + eval `ssh-agent -s` +fi