mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Use rg --smart-case for grep alias
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user