Ver a proveniência

always enable color when git is cadlled interactively

pull/1/head
10sr há 10 anos
ascendente
cometimento
a825348a5e
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver ficheiro

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


Carregando…
Cancelar
Guardar