mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
Changed dsa --> rsa in zshrc.zsh-template file (#5603)
This commit is contained in:
parent
3a29e86c7f
commit
07e26c0689
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
||||||
# ssh
|
# 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
|
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||||
unsetopt correctall
|
unsetopt correctall
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue