add color to 'g status'
This commit is contained in:
parent
cd6c36ea30
commit
1a64700368
1 changed files with 1 additions and 1 deletions
2
bin/g
2
bin/g
|
|
@ -33,7 +33,7 @@ case "$1" in
|
|||
'?' | status)
|
||||
# TODO: Display help if not inside a repo
|
||||
# TODO: figure out how to git config --global color.status always automatically.
|
||||
git status \
|
||||
git -c color.status=always status \
|
||||
| grep -v 'On branch' \
|
||||
| grep -v '(use "git push" to publish your local commits)' \
|
||||
| grep -v '(use "git reset HEAD <file>..." to unstage)' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue