feat(zsh): add zsh-autosuggestions and zsh-syntax-highlighting modules

This commit is contained in:
phoenix 2025-04-17 11:30:41 +01:00
parent 915ee252f5
commit 17c641512f
4 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ local
config/ohmyzsh
config/tmux/plugins/tmux
config/tmux/plugins/tpm
zsh-autosuggestions
zsh-syntax-highlighting

6
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 0e810e5afa27acbd074398eefbe28d13005dbc15

@ -0,0 +1 @@
Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92