Changed default editor.

This commit is contained in:
Sheldon Lee 2021-09-13 14:12:58 +08:00
parent 58fda8b5e5
commit 844dfa789a

View File

@ -12,8 +12,8 @@ PS1='[\u@\h \W]\$ '
set -o vi
# default editor
export EDITOR=vim
export VISUAL=vim
export EDITOR=nvim
export VISUAL=nvim
# for java applicatons
export _JAVA_AWT_WM_NONREPARENTING=1