Manage ripgrep with Home Manager

This commit is contained in:
Oliver Davies 2023-12-17 17:52:59 +00:00
parent 8deb363f76
commit 5e6bee6432
4 changed files with 9 additions and 7 deletions

View file

@ -35,6 +35,5 @@ in
LC_CTYPE = "en_GB.UTF-8";
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
PULUMI_SKIP_UPDATE_CHECK = "true";
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
};
}