From f77a03561edf747789d5d6a8f611d768caa649a5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Feb 2019 09:35:00 +0100 Subject: [PATCH] Remove ssh agent --- configurations/.zshrc_perso | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configurations/.zshrc_perso b/configurations/.zshrc_perso index f59e36c..ac57613 100644 --- a/configurations/.zshrc_perso +++ b/configurations/.zshrc_perso @@ -18,11 +18,3 @@ if [ -f ~/.zsh_aliases ]; then . ~/.zsh_aliases fi -if ! pgrep -u $USER ssh-agent > /dev/null; then - ssh-agent > ~/.ssh-agent-thing -fi - -if [[ "$SSH_AGENT_PID" == "" ]]; then - eval $(<~/.ssh-agent-thing) > /dev/null -fi -