diff options
-rw-r--r-- | .config/git/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config index e4551be..323e9c2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -98,9 +98,9 @@ # grep on filename f = "!git ls-files | grep -i" - g = grep -Ii - gr = grep -Ii - grep = grep -Ii + g = grep -I + gr = grep -I + grep = grep -I log = log --graph l = log --graph |