feat: ripgrep configuration
This commit is contained in:
parent
807e8f177c
commit
42bab05a83
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,7 @@ in
|
||||||
LC_ALL = "en_GB.UTF-8";
|
LC_ALL = "en_GB.UTF-8";
|
||||||
LC_CTYPE = "en_GB.UTF-8";
|
LC_CTYPE = "en_GB.UTF-8";
|
||||||
PULUMI_SKIP_UPDATE_CHECK = "true";
|
PULUMI_SKIP_UPDATE_CHECK = "true";
|
||||||
|
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
@ -236,6 +237,11 @@ in
|
||||||
|
|
||||||
home.sessionPath = [ "$HOME/.config/bin" ];
|
home.sessionPath = [ "$HOME/.config/bin" ];
|
||||||
|
|
||||||
|
xdg.configFile."ripgrep/config".text = ''
|
||||||
|
--follow
|
||||||
|
--smart-case
|
||||||
|
'';
|
||||||
|
|
||||||
xdg.configFile.bin = {
|
xdg.configFile.bin = {
|
||||||
source = ../../bin;
|
source = ../../bin;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue