forked from extern/nix-config
fish: Use smart-case for ripgrep
This commit is contained in:
parent
393e2cb241
commit
9ec36d2bc4
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user