Use gvim as EDITOR

This commit is contained in:
Anthony Rose 2020-11-21 17:45:16 +00:00
parent ca4b8ade07
commit 8ff08f7c45

View file

@ -291,8 +291,8 @@ if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]; then
alias dnf='yum' alias dnf='yum'
fi fi
if test -n "$DISPLAY" && test -x /usr/bin/emacsclient; then if test -n "$DISPLAY" && test -x /usr/bin/gvim; then
export EDITOR="/usr/bin/emacsclient -c -a vi" export EDITOR="/usr/bin/gvim"
fi fi
if [ -x /usr/bin/svnlite ] && [ ! -x /usr/local/bin/svn ]; then if [ -x /usr/bin/svnlite ] && [ ! -x /usr/local/bin/svn ]; then