From d264b764c053be5a93c5090d41e3247674964da8 Mon Sep 17 00:00:00 2001 From: Mike Hostetler Date: Tue, 30 Mar 2010 12:48:48 -0500 Subject: [PATCH] tell people to configure their editor --- templates/zshrc.zsh-template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d905be04b..d9a7e97ac 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,3 +1,9 @@ +# If you want to configure your EDITOR variable +# (and you should) do it before +# oh-my-zsh gets started +# export EDITOR="/usr/bin/emacsclient -a/usr/bin/emacs" + + # Path to your oh-my-zsh configuration. export ZSH=$HOME/.oh-my-zsh @@ -8,9 +14,6 @@ export ZSH_THEME="robbyrussell" # Set to this to use case-sensitive completion # export CASE_SENSITIVE="true" -# Comment this out to disable weekly auto-update checks -# export DISABLE_AUTO_UPDATE="true" - # Uncomment following line if you want to disable colors in ls # export DISABLE_LS_COLORS="true"