diff --git a/tag-zsh/zsh/functions/g b/tag-zsh/zsh/functions/g
index 494e716a..6b284290 100644
--- a/tag-zsh/zsh/functions/g
+++ b/tag-zsh/zsh/functions/g
@@ -4,7 +4,7 @@ g() {
   if [[ $# > 0 ]]; then
     git $@
   else
-    git status
+    git status --short --branch
   fi
 }