mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added history-substring-search plugin.
This commit is contained in:
parent
f58e9930f7
commit
58f151e283
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "plugins/syntax-highlighting"]
|
||||
path = plugins/syntax-highlighting
|
||||
url = https://github.com/sorin-ionescu/zsh-syntax-highlighting.git
|
||||
[submodule "plugins/history-substring-search"]
|
||||
path = plugins/history-substring-search
|
||||
url = https://github.com/sorin-ionescu/zsh-history-substring-search.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue