From ae18bf89931a304f928b07168fd855d6d78e770b Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Sun, 1 Feb 2015 16:37:39 +0300 Subject: [PATCH] Remove vagrant plugin --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 48e8ef6..234c7ce 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,7 +1,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="cheetah" -plugins=(osx brew git github redis-cli ruby rbenv gem bundler vagrant zsh-syntax-highlighting) +plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh