ソースを参照

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
 
 #