tell people to configure their editor

This commit is contained in:
Mike Hostetler 2010-03-30 12:48:48 -05:00
commit d264b764c0

View file

@ -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"