Parcourir la source

always enable color when git is cadlled interactively

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

+ 1
- 1
bashrc Voir le fichier

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


Chargement…
Annuler
Enregistrer