From: Simon Ruderich Date: Tue, 12 Jul 2016 12:44:08 +0000 (+0200) Subject: gitconfig: add gi alias (grep --ignore-case) X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=d04bd441a030e4e23c7a3e6d954a70e051bb28ec gitconfig: add gi alias (grep --ignore-case) --- diff --git a/gitconfig.in b/gitconfig.in index 11f725a..f6d7f24 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -73,6 +73,7 @@ dcw = diff --cached --color-words dcs = diff --cached --stat g = grep + gi = grep --ignore-case s = status l = log ls = log --stat