mirror of https://github.com/bjeanes/dotfiles.git
Use vim as GIT_EDITOR
parent
02e1b6afe6
commit
ef328a22d4
|
@ -10,9 +10,9 @@ else
|
||||||
EDITOR="vim"
|
EDITOR="vim"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GEM_OPEN_EDITOR=$EDITOR
|
export VISUAL="$EDITOR"
|
||||||
export GIT_EDITOR=$EDITOR
|
export GEM_OPEN_EDITOR="$EDITOR"
|
||||||
export VISUAL=$EDITOR
|
export GIT_EDITOR=`which vim` # http://is.gd/hGrsF
|
||||||
|
|
||||||
export IRBRC="$HOME/.irbrc"
|
export IRBRC="$HOME/.irbrc"
|
||||||
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
export JEWELER_OPTS="--rspec --gemcutter --rubyforge --reek --roodi"
|
||||||
|
|
Loading…
Reference in New Issue