.zshrc

changeset 169
14fe6e596ae0
parent 165
e109208ae2df
child 174
d94a247836c8
--- a/.zshrc
+++ b/.zshrc
@@ -50,6 +50,7 @@ if [ -d ~/.rbenv ]; then
   eval "$(rbenv init - zsh)"
 fi
 
+alias hgcd='cd $(hg root)'
 
 if [ -f ~/.zshrc.local ]; then
   source ~/.zshrc.local

mercurial