Skip to content

Commit

Permalink
Customize Ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRePercussions committed May 25, 2024
1 parent 1712f45 commit adbd3af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion home/tuckershea/common/core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@
ncdu
neofetch
poetry
ripgrep
sd
wget
];

programs.ripgrep = {
enable = true;
arguments = [
"--max-columns=150"
"--smart-case"
];
};
}

0 comments on commit adbd3af

Please sign in to comment.