From 3f4edced89c60996e6b25ed7a78d7f0717e9a297 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 10 Feb 2020 15:18:28 +0100 Subject: machines/profpatsch/base-workstation: switch from ag to rg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ag is not maintained anymore and has problems with .gitignore files. rg seems to even be a bit faster and supports everything I need (plus it’s picked up automatically by the spacemacs search). --- machines/profpatsch/base-workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index b71ed3e3..42ed0311 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -113,7 +113,7 @@ in { let # of utmost necessity for me to function basePkgs = [ - silver-searcher # file content searcher, > ack > grep + ripgrep # file content searcher, > ag > ack > grep lr # list recursively, ls & find replacement dos2unix # text file conversion manpages # system manpages (not included by default) -- cgit 1.4.1