From ab3f49b20cff37f9ac77c0875f525c18b7ed7813 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Apr 2012 00:45:31 +0100 Subject: [PATCH] Disable bundled heroku alias in zsh --- shell/zshrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/zshrc.sh b/shell/zshrc.sh index 04a26ac..543d1ac 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -40,5 +40,8 @@ source "$ZSH/oh-my-zsh.sh" # Disable shared history unsetopt share_history +# Disable bundled heroku binary, I install the gem globally +unalias heroku + # Cause I hit emacs shorts too much bindkey -s "\C-x\C-f" "cd "