Use gvim as EDITOR
This commit is contained in:
parent
ca4b8ade07
commit
8ff08f7c45
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]; then
|
|||
alias dnf='yum'
|
||||
fi
|
||||
|
||||
if test -n "$DISPLAY" && test -x /usr/bin/emacsclient; then
|
||||
export EDITOR="/usr/bin/emacsclient -c -a vi"
|
||||
if test -n "$DISPLAY" && test -x /usr/bin/gvim; then
|
||||
export EDITOR="/usr/bin/gvim"
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/svnlite ] && [ ! -x /usr/local/bin/svn ]; then
|
||||
|
|
Loading…
Reference in a new issue