From 2f8a5f8fe33d2f6165ac23336ed074296d65dec9 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Mon, 14 Dec 2015 11:19:29 -0800 Subject: [PATCH] drop oh-my-zsh config file: they supply their own https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/history-substring-search/history-substring-search.plugin.zsh --- zsh-history-substring-search.plugin.zsh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 zsh-history-substring-search.plugin.zsh diff --git a/zsh-history-substring-search.plugin.zsh b/zsh-history-substring-search.plugin.zsh deleted file mode 100644 index b393f66..0000000 --- a/zsh-history-substring-search.plugin.zsh +++ /dev/null @@ -1,12 +0,0 @@ -# This file integrates the zsh-history-substring-search script into oh-my-zsh. - -source "${0:r:r}.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