1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 01:10:41 +01:00

zsh-history-substring-search plugin at 15f63de

https://github.com/sunaku/zsh-history-substring-search
This commit is contained in:
Suraj N. Kurapati
2011-07-14 21:41:26 -07:00
parent 7d19ae8fab
commit caa1cc7067
3 changed files with 661 additions and 0 deletions

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