Use rg --smart-case for grep alias

This commit is contained in:
Dave Gallant
2021-02-14 18:56:22 -05:00
parent 28646aef6c
commit 892624ca08

View File

@@ -138,7 +138,7 @@ in {
"docker run --rm -it -v ~/.aws:/root/.aws sportradar/aws-azure-login"; "docker run --rm -it -v ~/.aws:/root/.aws sportradar/aws-azure-login";
".." = "cd .."; ".." = "cd ..";
e = "emacs -nw"; e = "emacs -nw";
grep = "grep --color=auto --line-buffered"; grep = "rg --smart-case";
k = "kubectl"; k = "kubectl";
ls = "exa -la --git"; ls = "exa -la --git";
ps = "procs"; ps = "procs";