Sfoglia il codice sorgente

shrc: Do not always colorize git output

pull/1/head
10sr 9 anni fa
parent
commit
b19654063f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      shrc

+ 1
- 1
shrc Vedi File

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


Caricamento…
Annulla
Salva