Added syntax highlighting to shell

This commit is contained in:
2025-09-07 04:23:04 +02:00
parent f96eb0e234
commit 98aa0593c9
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -10,3 +10,6 @@
[submodule "zsh/custom/plugins/zsh-autopair"] [submodule "zsh/custom/plugins/zsh-autopair"]
path = zsh/custom/plugins/zsh-autopair path = zsh/custom/plugins/zsh-autopair
url = https://github.com/hlissner/zsh-autopair url = https://github.com/hlissner/zsh-autopair
[submodule "zsh/custom/plugins/fast-syntax-highlighting"]
path = zsh/custom/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git

View File

@@ -27,6 +27,7 @@ plugins=(
command-not-found command-not-found
dirhistory dirhistory
zsh-autopair zsh-autopair
fast-syntax-highlighting
) )
bindkey -M vicmd "k" up-line-or-beginning-search bindkey -M vicmd "k" up-line-or-beginning-search