From 2aeb7611434e37003fd323bcd0691db10ebf679c Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Fri, 7 Jun 2013 01:14:47 -0400 Subject: [PATCH] Here are my local changes --- lib/history.zsh | 2 +- plugins/history-substring-search/history-substring-search.zsh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/history.zsh b/lib/history.zsh index 876936b87..a37270a07 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -10,4 +10,4 @@ setopt hist_ignore_dups # ignore duplication command history list setopt hist_ignore_space setopt hist_verify setopt inc_append_history -setopt share_history # share command history data +# setopt share_history # share command history data diff --git a/plugins/history-substring-search/history-substring-search.zsh b/plugins/history-substring-search/history-substring-search.zsh index 53f707c79..ef3a73539 100644 --- a/plugins/history-substring-search/history-substring-search.zsh +++ b/plugins/history-substring-search/history-substring-search.zsh @@ -132,8 +132,8 @@ # configuration variables #----------------------------------------------------------------------------- -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold' +HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=black' +HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=magenta,fg=black' HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i' #-----------------------------------------------------------------------------