feat(base): remove grep to rg alias
parent
1e9b1bddb6
commit
1ab2b8cf96
|
@ -45,7 +45,6 @@ in
|
||||||
aliases = {
|
aliases = {
|
||||||
ls = "exa -lh --icons --git";
|
ls = "exa -lh --icons --git";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
grep = "rg";
|
|
||||||
rm = "rm -i";
|
rm = "rm -i";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
|
Loading…
Reference in New Issue