Ver código fonte

shrc: Do not always colorize git output

pull/1/head
10sr 9 anos atrás
pai
commit
b19654063f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      shrc

+ 1
- 1
shrc Ver arquivo

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


Carregando…
Cancelar
Salvar