[bash] Use vim for editing

This commit is contained in:
Vladan Popovic 2019-07-29 16:47:03 +02:00
parent aa3291b6c4
commit 9c08f7a367

View file

@ -5,7 +5,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export GIT_EDITOR=vim
export EDITOR=vim
export GIT_EDITOR=$EDITOR
export SYSTEMD_EDITOR=$EDITOR
source ~/.aliases
source ~/.bashcolors