Przeglądaj źródła

always enable color when git is cadlled interactively

pull/1/head
10sr 10 lat temu
rodzic
commit
a825348a5e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz