Remove ssh agent

This commit is contained in:
Chocobozzz 2019-02-07 09:35:00 +01:00
parent 4e0e4d31d9
commit f77a03561e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 8 deletions

View File

@ -18,11 +18,3 @@ if [ -f ~/.zsh_aliases ]; then
. ~/.zsh_aliases . ~/.zsh_aliases
fi 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