Use vim as GIT_EDITOR

pull/2/head
Bodaniel Jeanes 2010-11-24 16:41:03 +10:00
parent 02e1b6afe6
commit ef328a22d4
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ else
EDITOR="vim"
fi
export GEM_OPEN_EDITOR=$EDITOR
export GIT_EDITOR=$EDITOR
export VISUAL=$EDITOR
export VISUAL="$EDITOR"
export GEM_OPEN_EDITOR="$EDITOR"
export GIT_EDITOR=`which vim` # http://is.gd/hGrsF
export IRBRC="$HOME/.irbrc"
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"