1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Use $EDITOR environment variable for git

This commit is contained in:
Holger Just 2014-05-14 19:08:56 +02:00
parent e625b6883a
commit 9b365c6251

View File

@ -162,7 +162,6 @@ export RUBY_HEAP_FREE_MIN=500000
# setting up editor if not yet done
[[ -z "$EDITOR" ]] && EDITOR="nano"
[[ -z "$SVN_EDITOR" ]] && SVN_EDITOR="$EDITOR"
git config --global --replace-all core.editor "$SVN_EDITOR"
# Appliction config
export PLANIO_SKIP_AMA=1