]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/history-substring-search/history-substring-search.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / history-substring-search / history-substring-search.plugin.zsh
1 # This file integrates the history-substring-search script into oh-my-zsh.
2
3 source "$ZSH/plugins/history-substring-search/history-substring-search.zsh"
4
5 if test "$CASE_SENSITIVE" = true; then
6 unset HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS
7 fi
8
9 if test "$DISABLE_COLOR" = true; then
10 unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
11 unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
12 fi