Adding vim mode to zshrc

This commit is contained in:
Dustin Swan
2011-08-30 15:02:19 -04:00
parent 04add41bfd
commit 89161e86c2
9 changed files with 3 additions and 1 deletions

4
zshrc
View File

@@ -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