浏览代码

Add alias g for git

Emmanuel Bouthenot 9 年之前
父节点
当前提交
44f428dfdf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 
 #