1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-15 04:41:43 +00:00

Simplify a few unsets

This commit is contained in:
Sorin Ionescu
2012-04-08 15:04:16 -04:00
parent 9f0336b9d8
commit a7db355e26
4 changed files with 4 additions and 7 deletions

View File

@ -13,8 +13,7 @@ if zstyle -t ':omz:module:history-substring-search' case-sensitive; then
fi
if ! zstyle -t ':omz:module:history-substring-search' color; then
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_{FOUND,NOT_FOUND}
fi
bindkey -M emacs "$keyinfo[Control]P" history-substring-search-up