Browse Source

shrc: Do not always colorize git output

pull/1/head
10sr 9 years ago
parent
commit
b19654063f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -538,7 +538,7 @@ g(){
then then
git info git info
else else
git -c color.ui=always "$@"
git "$@"
fi fi
} }
if null type _git && $inbash if null type _git && $inbash


Loading…
Cancel
Save