# HG changeset patch # User Meredith Howard # Date 1404276161 14400 # Node ID ed9cc9675e93d3d7491314f84cec44d5a57098b1 # Parent 7afd2e5f6a35f0016300970f59009005778564ca Actually the hg plugin is all aliases too diff --git a/.zshrc b/.zshrc --- a/.zshrc +++ b/.zshrc @@ -4,7 +4,7 @@ export ZSH=$HOME/.oh-my-zsh ZSH_THEME="mhoward" ZSH_CUSTOM=~/.oh-my-zsh.cust -plugins=( common-aliases mercurial gitfast ) +plugins=( common-aliases gitfast ) if [ -f ~/.zshrc.local-pre ]; then source ~/.zshrc.local-pre