zsh-config/.gitmodules

25 lines
904 B
Plaintext
Raw Normal View History

2022-08-28 02:52:37 -07:00
[submodule "zsh-history-substring-search"]
path = plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "zsh-syntax-highlighting"]
path = plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "zsh-autosuggestions"]
path = plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "zsh-completions"]
path = plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
2022-10-03 04:07:06 -07:00
ignore = untracked
2022-08-28 02:52:37 -07:00
[submodule "spaceship-prompt"]
path = plugins/spaceship-prompt
url = https://github.com/spaceship-prompt/spaceship-prompt.git
2022-10-03 04:07:06 -07:00
ignore = untracked
[submodule "fzf-tab"]
path = plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
ignore = untracked