From dafdd1f334c091e7dbf9d54d3c40658d35845aae Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Thu, 6 Aug 2015 08:21:49 -0500 Subject: [PATCH] Remove old Capistrano and Laravel4 plugin support. --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index f20590255..f8cd29591 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -49,7 +49,7 @@ ZSH_THEME="agnoster" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(capistrano common-aliases git laravel4 rbenv systemadmin) +plugins=(common-aliases git rbenv systemadmin) source $ZSH/oh-my-zsh.sh