core: git alias
This commit is contained in:
parent
da6e3fee94
commit
9a93dcc921
|
@ -51,6 +51,9 @@ in
|
|||
"...." = "cd ../../..";
|
||||
"....." = "cd ../../../..";
|
||||
|
||||
# git
|
||||
g = "git";
|
||||
|
||||
# grep
|
||||
grep = "rg";
|
||||
gi = "grep -i";
|
||||
|
|
Loading…
Reference in a new issue