42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
#
|
|
# Modules
|
|
#
|
|
|
|
# Sets sane Zsh built-in environment options.
|
|
zmodule environment
|
|
# Applies correct bindkeys for input events.
|
|
zmodule input
|
|
# Utility aliases and functions. Adds colour to ls, grep and less.
|
|
zmodule utility
|
|
|
|
zmodule fzf
|
|
zmodule ssh
|
|
zmodule git
|
|
zmodule romkatv/powerlevel10k --use degit
|
|
zmodule joke/zim-yq
|
|
zmodule joke/zim-kubectl
|
|
zmodule https://github.com/fdellwing/zsh-bat.git
|
|
zmodule z-shell/zsh-eza
|
|
|
|
#
|
|
# Completion
|
|
#
|
|
|
|
# Additional completion definitions for Zsh.
|
|
zmodule zsh-users/zsh-completions --fpath src
|
|
# Enables and configures smart and extensive tab completion.
|
|
# completion must be sourced after all modules that add completion definitions.
|
|
zmodule completion
|
|
|
|
#
|
|
# Modules that must be initialized last
|
|
#
|
|
|
|
# Fish-like syntax highlighting for Zsh.
|
|
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
|
zmodule zsh-users/zsh-syntax-highlighting
|
|
# Fish-like autosuggestions for Zsh.
|
|
zmodule zsh-users/zsh-autosuggestions
|
|
zmodule zsh-users/zsh-history-substring-search
|
|
zmodule kiesman99/zim-zoxide
|