added zsh-nvm and zsh-better-npm-completion as zsh plugins (submodules)
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
613b4c8dc2
commit
242183cb7f
4 changed files with 15 additions and 1 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -10,3 +10,9 @@
|
|||
[submodule "fast-syntax-highlighting"]
|
||||
path = .zshc/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
[submodule "zsh-nvm"]
|
||||
path = .zshc/plugins/zsh-nvm
|
||||
url = https://github.com/lukechilds/zsh-nvm.git
|
||||
[submodule "zsh-better-npm-completion"]
|
||||
path = .zshc/plugins/zsh-better-npm-completion
|
||||
url = https://github.com/lukechilds/zsh-better-npm-completion.git
|
||||
|
|
Reference in a new issue