add *.plugin.zsh file to integrate into oh-my-zsh

This commit is contained in:
Suraj N. Kurapati 2011-06-09 00:19:05 -07:00
parent c647fb423c
commit 2132c4b4a6

View file

@ -0,0 +1,12 @@
# This file integrates the history-substring-search script into oh-my-zsh.
source "$ZSH/plugins/history-substring-search/history-substring-search.zsh"
if test "$CASE_SENSITIVE" = true; then
unset HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS
fi
if test "$DISABLE_COLOR" = true; then
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
fi