diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-06 09:28:42 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-06 09:28:42 -0700 |
commit | cd03efc2e5abc2925a0fe4e17f900bae0858b451 (patch) | |
tree | 8cbfca99a7a93008ccce68b2444009d4c1b59971 /templates/zshrc.zsh-template | |
parent | c24de867a4d036af486fdaa77b0fcccb148e2b98 (diff) | |
parent | 0b340bc3a5c58609a07987b296f773eaea17b274 (diff) | |
download | zsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.tar.gz zsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.tar.bz2 zsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
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 |