Add vim editor
This commit is contained in:
parent
1f4e1fb5d0
commit
3334a737b7
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ alias l='ls -a'
|
|||
alias grep='grep --color'
|
||||
|
||||
export COLORFGBG="default;default"
|
||||
export VISUAL="vim"
|
||||
|
||||
function cd() {
|
||||
builtin cd $@;
|
||||
|
|
Loading…
Reference in a new issue