Use vim as default editor
This commit is contained in:
parent
8d7a3b6412
commit
b1c6689d2a
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.bashrc
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue