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 -