Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-30 16:34:34 -05:00
commit d8112f99a0
2 changed files with 16 additions and 5 deletions

View file

@ -57,7 +57,7 @@ with lib;
# ripgrep
rg = "rg --no-ignore";
rgf = "rg --files 2>/dev/null | rg";
rgf = "rg --files --glob '!/nix/store/**' 2>/dev/null | rg";
};
environment.shellInit = builtins.readFile ./common.sh;