Add ack=rg shell alias

This commit is contained in:
Fabian Hauser 2022-11-17 12:58:50 +01:00
parent 25f3a1cde2
commit c12cd64e09

View file

@ -11,6 +11,7 @@
bc = "bc --mathlib";
cal = "cal -m";
curl = "curl -L";
ack = "rg";
# Git helpers
git-fetch-pr =