Explorar el Código

Add alias v=vim

Emmanuel Bouthenot hace 9 años
padre
commit
eddf0fe451
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 
 #