diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-04-08 17:34:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 17:34:59 +0200 |
commit | 9981479900e3d3ff86bff0b3313c8e45891e880c (patch) | |
tree | 9c7f13af554cede936fb2941003e7a89684eaec6 /templates/zshrc.zsh-template | |
parent | c23ab00990c8528a3334d178b9ec9135385cc99f (diff) | |
download | zsh-9981479900e3d3ff86bff0b3313c8e45891e880c.tar.gz zsh-9981479900e3d3ff86bff0b3313c8e45891e880c.tar.bz2 zsh-9981479900e3d3ff86bff0b3313c8e45891e880c.zip |
zshrc: remove SSH_KEY_PATH comment
Fixes #5741
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r-- | templates/zshrc.zsh-template | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index abd2c8812..bc892ff38 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -83,9 +83,6 @@ source $ZSH/oh-my-zsh.sh # Compilation flags # export ARCHFLAGS="-arch x86_64" -# ssh -# 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 # users are encouraged to define aliases within the ZSH_CUSTOM folder. |