Changed dsa --> rsa in zshrc.zsh-template file (#5603)

This commit is contained in:
Timothy Blumberg 2016-11-02 12:53:54 -04:00 committed by Gaetan Semet
commit 07e26c0689

View file

@ -74,7 +74,7 @@ source $ZSH/oh-my-zsh.sh
# export ARCHFLAGS="-arch x86_64"
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"
# export SSH_KEY_PATH="~/.ssh/rsa_id"
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
unsetopt correctall