zsh config
This commit is contained in:
41
.config/zsh/.zimrc
Normal file
41
.config/zsh/.zimrc
Normal file
@@ -0,0 +1,41 @@
|
||||
#
|
||||
# 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
|
Reference in New Issue
Block a user