Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
caa1cc70
Commit
caa1cc70
authored
Jul 15, 2011
by
Suraj N. Kurapati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zsh-history-substring-search plugin at 15f63de
https://github.com/sunaku/zsh-history-substring-search
parent
7d19ae8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
README
README
+7
-0
history-substring-search.plugin.zsh
history-substring-search.plugin.zsh
+12
-0
history-substring-search.zsh
history-substring-search.zsh
+0
-0
No files found.
README
0 → 100644
View file @
caa1cc70
To activate this script, load it into an interactive ZSH session:
% source history-substring-search.zsh
See the "history-substring-search.zsh" file for more information:
% sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more
history-substring-search.plugin.zsh
0 → 100644
View file @
caa1cc70
# 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
history-substring-search.zsh
0 → 100644
View file @
caa1cc70
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment