mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add gr alias to cd to root of git repo
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user