diff --git a/zshrc b/zshrc index b120c53..f26a96d 100644 --- a/zshrc +++ b/zshrc @@ -30,14 +30,13 @@ export PATH="$NPM_PACKAGES/bin:$GOPATH/bin:$HOME/bin:$PATH" -# -if [ -e ~/.ssh/id_rsa ];then - ssh-add ~/.ssh/id_addgene -fi # if [ -z "$SSH_AUTH_SOCK" ] ; then eval `ssh-agent -s` ssh-add ~/.ssh/id_rsa +fi +# +if [ -e ~/.ssh/id_addgene ];then ssh-add ~/.ssh/id_addgene fi