diff options
Diffstat (limited to '.zimrc')
| -rw-r--r-- | .zimrc | 31 |
1 files changed, 22 insertions, 9 deletions
@@ -18,9 +18,17 @@ zmodule input zmodule termtitle # Utility aliases and functions. Adds colour to ls, grep and less. zmodule utility -# All kubectl aliases in one function. -zmodule k +# +# Prompt +# + +# Exposes to prompts how long the last command took to execute, used by asciiship. +zmodule duration-info +# Exposes git repository status information to prompts, used by asciiship. +zmodule git-info +# A heavily reduced, ASCII-only version of the Spaceship and Starship prompts. +zmodule asciiship # # Completion @@ -33,6 +41,13 @@ zmodule zsh-users/zsh-completions --fpath src zmodule completion # +# Modules +# + +# Configures fzf for faster fetching of files and directories names. +zmodule fzf + +# # Modules that must be initialized last # @@ -46,13 +61,11 @@ zmodule zsh-users/zsh-history-substring-search zmodule zsh-users/zsh-autosuggestions # }}} End configuration added by Zim install -# Adds aliases and better defaults for exa. -# zmodule exa -# Configures fzf for faster fetching of files and directories names. -zmodule fzf -# Provides a convenient way to load ssh-agent. -zmodule ssh - +# Start configuration added by Zim install {{{ +# +# This is not sourced during shell startup, and it's only used to configure the +# zimfw plugin manager. +# zmodule joke/zim-starship zmodule kiesman99/zim-zoxide |
