diff options
author | Timothy Blumberg <tblumberg39@gmail.com> | 2016-11-02 12:53:54 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-11-02 17:53:54 +0100 |
commit | b94d9e26e534c9729e8a9401a37e7a5b0906f0d5 (patch) | |
tree | 54f6df9289003fe77af2fd725e0a04fb9c815c7d /templates/zshrc.zsh-template | |
parent | cf37697920019c44245ba3e5b69fed68c8c3fff4 (diff) | |
download | zsh-b94d9e26e534c9729e8a9401a37e7a5b0906f0d5.tar.gz zsh-b94d9e26e534c9729e8a9401a37e7a5b0906f0d5.tar.bz2 zsh-b94d9e26e534c9729e8a9401a37e7a5b0906f0d5.zip |
Changed dsa --> rsa in zshrc.zsh-template file (#5603)
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 00d25bc93..af42e5b9f 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -73,7 +73,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" # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh |