--- 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 git mosh )
+plugins=( common-aliases mercurial gitfast )
if [ -f ~/.zshrc.local-pre ]; then
source ~/.zshrc.local-pre