Add ack=rg shell alias
This commit is contained in:
parent
25f3a1cde2
commit
c12cd64e09
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
bc = "bc --mathlib";
|
bc = "bc --mathlib";
|
||||||
cal = "cal -m";
|
cal = "cal -m";
|
||||||
curl = "curl -L";
|
curl = "curl -L";
|
||||||
|
ack = "rg";
|
||||||
|
|
||||||
# Git helpers
|
# Git helpers
|
||||||
git-fetch-pr =
|
git-fetch-pr =
|
||||||
|
|
Loading…
Add table
Reference in a new issue