Use vim as default editor

This commit is contained in:
Sonny Bakker 2017-10-28 20:49:22 +02:00
parent 8d7a3b6412
commit b1c6689d2a

View file

@ -92,3 +92,7 @@ if ! shopt -oq posix; then
. /etc/bash_completion . /etc/bash_completion
fi fi
fi fi
# use vim as default editor
export VISUAL=vim
export EDITOR="$VISUAL"