zsh/.gitmodules
2024-09-12 19:59:18 +02:00

12 lines
403 B
Text

[submodule ".zsh/autosuggestions"]
path = .zsh/autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
branch = master
[submodule ".zsh/syntax-highlighting"]
path = .zsh/syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
branch = master
[submodule ".zsh/autopairs"]
path = .zsh/autopairs
url = https://github.com/hlissner/zsh-autopair
branch = master