1 # This file integrates the history-substring-search script into oh-my-zsh.
3 source "$ZSH/plugins/history-substring-search/history-substring-search.zsh"
5 if test "$CASE_SENSITIVE" = true
; then
6 unset HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS
9 if test "$DISABLE_COLOR" = true
; then
10 unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
11 unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND