Fix pull request merge of history-substring-search

This commit is contained in:
Benjamin Boudreau 2011-07-23 14:11:20 -04:00
commit 7e2f1295e5
2 changed files with 0 additions and 0 deletions

View file

@ -1,12 +0,0 @@
# 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