summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-07-02 19:54:18 -0400
committerJune McEnroe <programble@gmail.com>2012-07-02 19:54:18 -0400
commitd8cdb818346464b6c0a772d95de578a018cc3122 (patch)
tree347a070e105a5072796d0d2cf282680229087a96
parentFix unclutter cursor flicker on GTK apps (diff)
downloadsrc-d8cdb818346464b6c0a772d95de578a018cc3122.tar.gz
src-d8cdb818346464b6c0a772d95de578a018cc3122.zip
Make gs output terse
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 6fb56321..b7cda465 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'
amp;follow=1'>Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe