summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-04-08 17:34:59 +0200
committerGitHub <noreply@github.com>2019-04-08 17:34:59 +0200
commit9981479900e3d3ff86bff0b3313c8e45891e880c (patch)
tree9c7f13af554cede936fb2941003e7a89684eaec6 /templates/zshrc.zsh-template
parentc23ab00990c8528a3334d178b9ec9135385cc99f (diff)
downloadzsh-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-template3
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.