core: git alias

This commit is contained in:
Timothy DeHerrera 2019-12-15 01:17:42 -07:00
parent da6e3fee94
commit 9a93dcc921
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -51,6 +51,9 @@ in
"...." = "cd ../../..";
"....." = "cd ../../../..";
# git
g = "git";
# grep
grep = "rg";
gi = "grep -i";