ソースを参照

shrc: Do not always colorize git output

pull/1/head
10sr 9年前
コミット
b19654063f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      shrc

+ 1
- 1
shrc ファイルの表示

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


読み込み中…
キャンセル
保存