Skip to content

Commit

Permalink
fix(system): ripgrep config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 24, 2025
1 parent f5e6ad3 commit 1da2587
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/search.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@

programs.ripgrep = {
enable = true;
arguments = [ "--ignore-file=$HOME/.rignore" ];
};

home.file.".rignore".text = ''
!.github/
!.gitignore
'';

programs.fzf = {
enable = true;
enableFishIntegration = true;
Expand Down

0 comments on commit 1da2587

Please sign in to comment.