[bash] Use vim for editing
This commit is contained in:
parent
aa3291b6c4
commit
9c08f7a367
1 changed files with 3 additions and 1 deletions
4
.bashrc
4
.bashrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue