🔊 Better git status format
Add -sb to gst to make the output more concise.
This commit is contained in:
parent
0404784f9f
commit
4d3920ef22
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ function gdsw --wraps "git diff"
|
||||||
git diff --staged --word-diff $argv $exclude
|
git diff --staged --word-diff $argv $exclude
|
||||||
end
|
end
|
||||||
|
|
||||||
abbr -a gst --position command "git status"
|
abbr -a gst --position command "git status --short --branch"
|
||||||
abbr -a gsts --position command "git status --short"
|
abbr -a gstl --position command "git status"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Committing #
|
# Committing #
|
||||||
|
|
Loading…
Reference in a new issue