feat: ripgrep configuration

This commit is contained in:
Oliver Davies 2023-05-25 23:37:19 +01:00
parent 807e8f177c
commit 42bab05a83

View file

@ -94,6 +94,7 @@ in
LC_ALL = "en_GB.UTF-8";
LC_CTYPE = "en_GB.UTF-8";
PULUMI_SKIP_UPDATE_CHECK = "true";
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
};
programs.bat.enable = true;
@ -236,6 +237,11 @@ in
home.sessionPath = [ "$HOME/.config/bin" ];
xdg.configFile."ripgrep/config".text = ''
--follow
--smart-case
'';
xdg.configFile.bin = {
source = ../../bin;
recursive = true;