Explorar el Código

always enable color when git is cadlled interactively

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

+ 1
- 1
bashrc Ver fichero

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


Cargando…
Cancelar
Guardar