Browse Source

Add alias v=vim

Emmanuel Bouthenot 8 years ago
parent
commit
eddf0fe451
1 changed files with 1 additions and 0 deletions
  1. 1 0
      zsh/zshrc

+ 1 - 0
zsh/zshrc

@@ -77,6 +77,7 @@ if (( $+commands[vim] )); then
     fi
     unset VIMRC
     export EDITOR="vim"
+    alias v='vim'
 fi
 
 #