removed redundant submodule and cleaned up submodules
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
fe0e21f617
commit
93afa53360
1 changed files with 3 additions and 6 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -1,15 +1,12 @@
|
|||
[submodule "appup"]
|
||||
path = .zshc/plugins/zsh-plugin-appup
|
||||
url = https://github.com/Cloudstek/zsh-plugin-appup.git
|
||||
[submodule "zsh-poetry"]
|
||||
path = .zshc/plugins/zsh-poetry
|
||||
url = https://github.com/darvid/zsh-poetry
|
||||
[submodule ".zshc/plugins/appup"]
|
||||
[submodule "appup"]
|
||||
path = .zshc/plugins/appup
|
||||
url = https://github.com/Cloudstek/zsh-plugin-appup
|
||||
[submodule ".zshc/plugins/zsh-completions"]
|
||||
[submodule "zsh-completions"]
|
||||
path = .zshc/plugins/zsh-completions
|
||||
url = https://github.com/zsh-users/zsh-completions
|
||||
[submodule ".zshc/plugins/fast-syntax-highlighting"]
|
||||
[submodule "fast-syntax-highlighting"]
|
||||
path = .zshc/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
|
|
Loading…
Reference in a new issue