From 78efc3eb493b40ad2f79408a47bb873b5eea9db0 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sat, 20 Jul 2024 14:34:16 -0400 Subject: sync --- .zimrc | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to '.zimrc') diff --git a/.zimrc b/.zimrc index 5a8dc08..a11c745 100644 --- a/.zimrc +++ b/.zimrc @@ -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 @@ -32,6 +40,13 @@ zmodule zsh-users/zsh-completions --fpath src # completion must be sourced after all modules that add completion definitions. 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 -- cgit v1.2.3-70-g09d2