Remove ssh agent
This commit is contained in:
parent
4e0e4d31d9
commit
f77a03561e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue