Parcourir la source

shrc: Do not always colorize git output

pull/1/head
10sr il y a 9 ans
Parent
révision
b19654063f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      shrc

+ 1
- 1
shrc Voir le fichier

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


Chargement…
Annuler
Enregistrer