🚀 alias rg to grep
This commit is contained in:
parent
fa7c3c118d
commit
cb997b7aba
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
ls = "exa -lh --icons --git";
|
ls = "exa -lh --icons --git";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
feh = "feh --auto-zoom --scale-down";
|
feh = "feh --auto-zoom --scale-down";
|
||||||
|
grep = "rg";
|
||||||
|
|
||||||
us = "systemctl --user";
|
us = "systemctl --user";
|
||||||
rs = "doas systemctl";
|
rs = "doas systemctl";
|
||||||
|
|
Loading…
Reference in a new issue