From c8da584d2dc255feba1ad5ff01afce12f91a033d Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 4 Feb 2016 20:27:26 +1300 Subject: [PATCH] ZSH: Fixed typo. web-search plugin now works correctly. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 1e39f3e..ef53980 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -5,7 +5,7 @@ export ZSH=$HOME/.oh-my-zsh ZSH_THEME="ys" # Plugins -plugins=(archlinux common-aliases git sudo web search) +plugins=(archlinux common-aliases git sudo web-search) # look into node/npm # ZSH-Completions