summaryrefslogtreecommitdiff
path: root/zsh/.zshrc-git
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-03-07 20:45:35 +0000
committerself <george@gabbott.dev>2023-03-07 20:45:35 +0000
commitcf885ff98fe573235c7a0433257afdf8b2a1b0e6 (patch)
tree7f560b8e6544c0f93d874568b7fee16d544bde7a /zsh/.zshrc-git
parent62e2239a28045b8216c0fd6995bf5326405b5603 (diff)
cdtld + make cd aliases faster
Diffstat (limited to 'zsh/.zshrc-git')
-rw-r--r--zsh/.zshrc-git1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc-git b/zsh/.zshrc-git
index 5777921..d91c886 100644
--- a/zsh/.zshrc-git
+++ b/zsh/.zshrc-git
@@ -44,3 +44,4 @@ abbrev-alias grr="git-rename-remotes"
abbrev-alias gpr="git-print-remotes"
abbrev-alias gcr="git-clone-add-remotes"
abbrev-alias gua="git-update-all"
+alias cdtld='cd $(git rev-parse --show-toplevel)'