Procházet zdrojové kódy

shrc: Do not always colorize git output

pull/1/head
10sr před 9 roky
rodič
revize
b19654063f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      shrc

+ 1
- 1
shrc Zobrazit soubor

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


Načítá se…
Zrušit
Uložit