.profile: Add zile to list of known editors.

master
Pierre Neidhardt 2019-09-27 19:54:14 +02:00
parent ba0641190e
commit b24482852f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export WINEDLLOVERRIDES="$WINEDLLOVERRIDES;winemenubuilder.exe=d"
## 'em' is a custom wrapper for emacsclient. See '.bin/em'.
## VISUAL is given priority by some programs like Mutt. This way we can separate
## editors that wait from those that don't.
for i in emacsclient em emacs vim vi nano; do
for i in emacsclient em emacs zile vim nano vi; do
command -v $i >/dev/null 2>&1 && export EDITOR=$i && break
done
GIT_EDITOR="$EDITOR"