Ver Fonte

Add alias g for git

Emmanuel Bouthenot há 9 anos atrás
pai
commit
44f428dfdf
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      zsh/zshrc

+ 1 - 0
zsh/zshrc

@@ -98,6 +98,7 @@ if [[ -f "${GIT_FAKE_HOME}/.gitconfig" ]]; then
             =git ${GIT_OPTIONS} $@
         )
     }
+    alias g='git'
 fi
 
 #