Explorar el Código

shrc: Do not always colorize git output

pull/1/head
10sr hace 9 años
padre
commit
b19654063f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      shrc

+ 1
- 1
shrc Ver fichero

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


Cargando…
Cancelar
Guardar