mirror of https://github.com/bjeanes/dotfiles.git
Use vim as GIT_EDITOR
parent
02e1b6afe6
commit
ef328a22d4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue