From 9037f3ea3a546dac1f996380e301feac52c2f443 Mon Sep 17 00:00:00 2001 From: Kristjan Rang Date: Sun, 10 Mar 2013 15:40:36 +0200 Subject: [PATCH] Enable history-substring-search plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 914b06beea9..0678ffd6708 100755 --- a/.zshrc +++ b/.zshrc @@ -28,7 +28,7 @@ COMPLETION_WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(autojump brew bundler encode64 extract git github heroku knife nyan osx pow powder rbenv rake screen vagrant) +plugins=(autojump brew bundler encode64 extract git github heroku knife nyan osx pow powder rbenv rake screen vagrant history-substring-search) source $ZSH/oh-my-zsh.sh