fix gcd

Sun, 12 Apr 2015 00:40:22 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 12 Apr 2015 00:40:22 -0400
changeset 179
fe7e8d6d1853
parent 178
47bbb9255d78
child 180
96dbe6a6008d

fix gcd

.profile.common file | annotate | diff | comparison | revisions
--- 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

mercurial