Adding vim mode to zshrc
This commit is contained in:
parent
04add41bfd
commit
89161e86c2
9 changed files with 3 additions and 1 deletions
4
zshrc
4
zshrc
|
|
@ -12,4 +12,6 @@ alias vi=vim
|
|||
alias grep='grep --color=auto'
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
# export TERM="xterm-256color"
|
||||
export TERM="xterm-256color"
|
||||
|
||||
export EDITOR=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue