Use correct alias for ripgrep

This commit is contained in:
2025-02-28 19:13:49 +01:00
parent 5818af3a11
commit 7fde87b66f

View File

@@ -19,7 +19,7 @@
cd = "z"; cd = "z";
grep = "ripgrep"; grep = "rg";
cat = "bat"; cat = "bat";
less = "bat --pager=less"; less = "bat --pager=less";