feat(zsh): add zsh-autosuggestions and zsh-syntax-highlighting modules
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ local
|
||||
config/ohmyzsh
|
||||
config/tmux/plugins/tmux
|
||||
config/tmux/plugins/tpm
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -7,3 +7,9 @@
|
||||
[submodule "config/zsh/ohmyzsh"]
|
||||
path = config/zsh/ohmyzsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
[submodule "zsh-syntax-highlighting"]
|
||||
path = zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "zsh-autosuggestions"]
|
||||
path = zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
|
1
zsh-autosuggestions
Submodule
1
zsh-autosuggestions
Submodule
Submodule zsh-autosuggestions added at 0e810e5afa
1
zsh-syntax-highlighting
Submodule
1
zsh-syntax-highlighting
Submodule
Submodule zsh-syntax-highlighting added at 5eb677bb0f
Reference in New Issue
Block a user