diff --git a/.zshrc b/.zshrc index c640032fedb..03d1db1c7b0 100644 --- a/.zshrc +++ b/.zshrc @@ -45,7 +45,7 @@ ZSH_THEME="robbyrussell" # 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=(git) +plugins=(git history-substring-search) source $ZSH/oh-my-zsh.sh