mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
add _j to fix tab compl, broke submodules
This commit is contained in:
parent
8c6cbe115a
commit
5918b7f814
3 changed files with 25 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,9 +1,9 @@
|
|||
[submodule "plugins/zsh-syntax-highlighting"]
|
||||
path = plugins/zsh-syntax-highlighting
|
||||
url = git://github.com/nicoulaj/zsh-syntax-highlighting.git
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "plugins/zsh-history-substring-search"]
|
||||
path = plugins/zsh-history-substring-search
|
||||
url = git://github.com/sunaku/zsh-history-substring-search.git
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||
[submodule "completions"]
|
||||
path = completions
|
||||
url = https://github.com/zsh-users/zsh-completions.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue