diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -5,6 +5,7 @@ export PERL_CPANM_OPT='-n --prompt --rei export DEVEL_REPL_PROFILE='Standard' alias hgcd='cd $(hg root)' +alias gcd='cd "$(git rev-parse --show-toplevel)"' if [ -f ~/.profile.common.local ]; then source ~/.profile.common.local