Add gr alias to cd to root of git repo

This commit is contained in:
Dave Gallant
2022-09-14 11:17:05 -04:00
parent 0a7b4492e3
commit 1aac42a4b2
3 changed files with 12 additions and 10 deletions

View File

@@ -172,6 +172,7 @@ in {
".." = "cd ..";
c = "code";
g = "git";
gr = "cd $(git rev-parse --show-toplevel)";
gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case";
k = "kubecolor";