From 612a984f97313b00ab80ac8a4ac5344c8f780a5f Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 2 Jul 2012 19:54:18 -0400 Subject: Make gs output terse --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a9605ff4..d4a85846 100644 --- a/.zshrc +++ b/.zshrc @@ -118,7 +118,7 @@ alias p='pacman' alias g='hub' alias rm='rm -I' alias tsmusic='ssh music@gewt.ath.cx' -alias gs='git status' +alias gs='git status -sb' alias gc='git commit' alias gd='git diff' alias gp='git push' -- cgit 1.4.1