diff --git a/tag-zsh/zsh/functions/g b/tag-zsh/zsh/functions/g index 494e716..6b28429 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 }