From f4c3514dbaacd4e0ac8fdf9569d6c436cf2589a5 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 13 Apr 2016 13:56:32 +0100 Subject: [PATCH] zsh: `cdr` is much better than `grt` --- zsh/aliases/git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases/git.zsh b/zsh/aliases/git.zsh index a51ec1e..e8cd9f0 100644 --- a/zsh/aliases/git.zsh +++ b/zsh/aliases/git.zsh @@ -69,7 +69,7 @@ alias gpoat='git push origin --all && git push origin --tags' # cd into the top of the current repository # or submodule. -alias grt='cd $(git rev-parse --show-toplevel || echo ".")' +alias cdr='cd $(git rev-parse --show-toplevel || echo ".")' # Git and svn mix alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk' -- 2.48.1