diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-07-20 14:34:16 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-07-20 14:34:16 -0400 |
| commit | 78efc3eb493b40ad2f79408a47bb873b5eea9db0 (patch) | |
| tree | 2d63b6cdf93880ead2edba9f5843d3a56e068c32 /.zimrc | |
| parent | 8fe348aaedbea8c141e5f60f936ab278e2db2d08 (diff) | |
sync
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 |
