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";
|
||||
".." = "cd ..";
|
||||
e = "emacs -nw";
|
||||
grep = "grep --color=auto --line-buffered";
|
||||
grep = "rg --smart-case";
|
||||
k = "kubectl";
|
||||
ls = "exa -la --git";
|
||||
ps = "procs";
|
||||
|
Reference in New Issue
Block a user