feat(shell): improve gcd alias
This commit is contained in:
parent
0cfe3f7418
commit
9ebf5e8828
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
|||
# git
|
||||
g = "git";
|
||||
|
||||
gcd = "cd $(git root)";
|
||||
gcd = "cd $(git root || echo \".\")";
|
||||
|
||||
# grep
|
||||
grep = "rg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue