Add alias for vi to use vim.
This commit is contained in:
parent
4ebcb39d8e
commit
ec3ba1be8d
1
.bashrc
1
.bashrc
|
@ -41,6 +41,7 @@ getkey() {
|
||||||
# The best editor
|
# The best editor
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
alias vi='vim'
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue