add "zsh-" prefix to history-substring-search
@zsh-users/zsh-syntax-highlighting and @zsh-users/zsh-history-substring-search don't follow the same naming convention. This commit just rename history-substring-search.zsh and history-substring-search.plugin.zsh to zsh-history-substring-search.zsh and zsh-history-substring-search.plugin.zsh respectively.
This commit is contained in:
parent
15f63dea7f
commit
dfc7ac9d06
3 changed files with 7 additions and 7 deletions
|
|
@ -1,12 +0,0 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue