9 lines
269 B
Bash
9 lines
269 B
Bash
#zmodule zsh-users/zsh-syntax-highlighting
|
|
#zmodule input
|
|
zmodule romkatv/powerlevel10k --use degit
|
|
zmodule agkozak/zsh-z
|
|
zmodule $confdir/completion --name custom-completion --fpath .
|
|
zmodule completion
|
|
zmodule zdharma-continuum/fast-syntax-highlighting
|
|
|
|
# vim:ft=zsh
|