[bash] Use vim for editing

This commit is contained in:
Vladan Popovic 2019-07-29 16:47:03 +02:00
parent aa3291b6c4
commit 9c08f7a367
1 changed files with 3 additions and 1 deletions

View File

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