Browse Source

Add alias g for git

Emmanuel Bouthenot 9 years ago
parent
commit
44f428dfdf
1 changed files with 1 additions and 0 deletions
  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
 
 #