From 9b3e9cfd394866eb91f24e158ff1da4682f08df5 Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Mon, 15 Jan 2018 08:34:28 -0600 Subject: [PATCH] Add Laraval5 plugin --- 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 141e71f00..e4b9ad8b0 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -58,7 +58,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=(common-aliases git rbenv systemadmin) +plugins=(common-aliases git rbenv systemadmin laravel5) source $ZSH/oh-my-zsh.sh