From bcf3dd6e5103c1c06e192a3a1d62bea10beba617 Mon Sep 17 00:00:00 2001 From: Zou Yong Date: Mon, 6 Feb 2017 13:53:29 +0800 Subject: [PATCH] Update zshrc.zsh-template The export should not be quoted, or the "~" will not expand to home directory --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9..ddf9756d 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/rsa_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