1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2023-01-27 11:01:47 +01:00
parent 5267405075
commit ccfd1eae9b
2 changed files with 2 additions and 2 deletions

View file

@ -909,7 +909,7 @@ tab_fade 0.25 0.5 0.75 1
#: can change the number of cells used by adding/removing entries to #: can change the number of cells used by adding/removing entries to
#: this list. #: this list.
tab_separator " " tab_separator " | "
#: The separator between tabs in the tab bar when using separator as #: The separator between tabs in the tab bar when using separator as
#: the tab_bar_style. #: the tab_bar_style.

View file

@ -1,9 +1,9 @@
#zmodule zsh-users/zsh-syntax-highlighting
#zmodule input #zmodule input
zmodule romkatv/powerlevel10k --use degit zmodule romkatv/powerlevel10k --use degit
zmodule agkozak/zsh-z zmodule agkozak/zsh-z
zmodule $confdir/completion --name custom-completion --fpath . zmodule $confdir/completion --name custom-completion --fpath .
zmodule completion zmodule completion
zmodule zdharma-continuum/fast-syntax-highlighting zmodule zdharma-continuum/fast-syntax-highlighting
# zmodule zsh-users/zsh-syntax-highlighting
# vim:ft=zsh # vim:ft=zsh