🔊 Better git status format

Add -sb to gst to make the output more concise.
This commit is contained in:
Marley Rae 2024-02-03 13:14:55 -08:00
parent 0404784f9f
commit 4d3920ef22

View file

@ -82,8 +82,8 @@ function gdsw --wraps "git diff"
git diff --staged --word-diff $argv $exclude
end
abbr -a gst --position command "git status"
abbr -a gsts --position command "git status --short"
abbr -a gst --position command "git status --short --branch"
abbr -a gstl --position command "git status"
################################################################################
# Committing #