history-substring-search.plugin.zsh 387 B

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