From 9ec36d2bc47531b97af57441a90f13c7e023ca8a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 6 Jun 2023 09:59:56 -0400 Subject: [PATCH] fish: Use smart-case for ripgrep --- modules/fish-starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index f2c1deb0..a0f6fda7 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -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"; };