瀏覽代碼

Add alias v=vim

Emmanuel Bouthenot 9 年之前
父節點
當前提交
eddf0fe451
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 
 #