feat(shell): improve gcd alias

This commit is contained in:
Infinidoge 2022-10-12 20:38:30 -04:00
parent 0cfe3f7418
commit 9ebf5e8828

View file

@ -13,7 +13,7 @@ in
# git
g = "git";
gcd = "cd $(git root)";
gcd = "cd $(git root || echo \".\")";
# grep
grep = "rg";