From 9981479900e3d3ff86bff0b3313c8e45891e880c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20Cornell=C3=A0?= <marc.cornella@live.com>
Date: Mon, 8 Apr 2019 17:34:59 +0200
Subject: [PATCH] zshrc: remove SSH_KEY_PATH comment

Fixes #5741
---
 templates/zshrc.zsh-template | 3 ---
 1 file changed, 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.