mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
add submodule
This commit is contained in:
parent
286471343e
commit
14d631cca4
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "custom/plugins/zsh-syntax-highlighting"]
|
[submodule "custom/plugins/zsh-syntax-highlighting"]
|
||||||
path = custom/plugins/zsh-syntax-highlighting
|
path = custom/plugins/zsh-syntax-highlighting
|
||||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
[submodule "plugins/bazel"]
|
||||||
|
path = plugins/bazel
|
||||||
|
url = https://github.com/jackwish/bazel.git
|
||||||
|
|
|
||||||
1
plugins/bazel
Submodule
1
plugins/bazel
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b9e2a2d8b96bb4b0d49e1ed9a327a6df890334c3
|
||||||
|
|
@ -49,7 +49,7 @@ ZSH_THEME="kphoen"
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git zsh-syntax-highlighting history-substring-search terminalapp)
|
plugins=(git zsh-syntax-highlighting history-substring-search terminalapp bazel)
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue