1
0
forked from extern/nix-config

fish: Use smart-case for ripgrep

This commit is contained in:
Donovan Glover 2023-06-06 09:59:56 -04:00
parent 393e2cb241
commit 9ec36d2bc4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,7 +10,7 @@
tree = "exa --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found'";
mv = "mv -i";
cp = "cp -ia";
rg = "rg --max-columns=2000";
rg = "rg --max-columns=2000 --smart-case";
yarn = "yarn --emoji true";
};