feat(base): remove grep to rg alias

dev-docs
Moritz Böhme 2023-03-18 06:17:22 +01:00
parent 1e9b1bddb6
commit 1ab2b8cf96
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ in
aliases = {
ls = "exa -lh --icons --git";
cat = "bat";
grep = "rg";
rm = "rm -i";
mv = "mv -i";
cd = "z";