diff --git a/.zshrc b/.zshrc index 728ac93..dc75066 100644 --- a/.zshrc +++ b/.zshrc @@ -249,8 +249,10 @@ _check-for-zsh-quickstart-update() { BROWSER=/usr/bin/chromium EDITOR=/usr/bin/micro -. ~/.ssh/.ssh-find-agent.sh -ssh-find-agent -a +if [[ -f ~/.ssh/.ssh-find-agent.sh ]] + . ~/.ssh/.ssh-find-agent.sh + ssh-find-agent -a +fi if [ -z "$SSH_AUTH_SOCK" ] then eval $(ssh-agent) > /dev/null