about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-02-10 15:18:28 +0100
committerProfpatsch <mail@profpatsch.de>2020-02-10 16:34:23 +0100
commit3f4edced89c60996e6b25ed7a78d7f0717e9a297 (patch)
tree8feeaebb06a9a1df882d584721113e4bb1d9857f /machines
parentca5b3e9476b6f9089795f8b42d9c340777d10285 (diff)
machines/profpatsch/base-workstation: switch from ag to rg
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).
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 1 insertions, 1 deletions
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)