feat(zsh): add zsh-autosuggestions and zsh-syntax-highlighting modules
This commit is contained in:
parent
915ee252f5
commit
17c641512f
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
@ -0,0 +1 @@
|
||||
Subproject commit 0e810e5afa27acbd074398eefbe28d13005dbc15
|
1
zsh-syntax-highlighting
Submodule
1
zsh-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92
|
Loading…
x
Reference in New Issue
Block a user