From: Samir Benmendil Date: Wed, 13 Apr 2016 12:56:32 +0000 (+0100) Subject: zsh: `cdr` is much better than `grt` X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f4c3514dbaacd4e0ac8fdf9569d6c436cf2589a5?ds=inline zsh: `cdr` is much better than `grt` --- 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'