# HG changeset patch # User Meredith Howard # Date 1428813622 14400 # Node ID fe7e8d6d185358d0353a0164caead6c31a2c49dd # Parent 47bbb9255d78e3a1dbb461c898563969f27f734c fix gcd 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