From 4e8424f25679e160213514faa1e81b3e9980454f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 14 Nov 2025 11:06:27 +0100 Subject: [PATCH] fix --- home/dot_zimrc.tmpl | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/home/dot_zimrc.tmpl b/home/dot_zimrc.tmpl index e6481c9..82f9e57 100644 --- a/home/dot_zimrc.tmpl +++ b/home/dot_zimrc.tmpl @@ -12,11 +12,23 @@ zmodule zsh-users/zsh-syntax-highlighting zmodule zsh-users/zsh-history-substring-search zmodule completion -zmodule buku -z +zmodule ohmyzsh/ohmyzsh --root plugins/kitty +zmodule ohmyzsh/ohmyzsh --root plugins/starship +zmodule ohmyzsh/ohmyzsh --root plugins/sudo +zmodule ohmyzsh/ohmyzsh --root plugins/zoxide +zmodule ohmyzsh/ohmyzsh --root plugins/direnv +zmodule ohmyzsh/ohmyzsh --root plugins/colorize +zmodule ohmyzsh/ohmyzsh --root plugins/docker-compose +zmodule ohmyzsh/ohmyzsh --root plugins/colored-man-pages +zmodule ohmyzsh/ohmyzsh --root plugins/git +zmodule ohmyzsh/ohmyzsh --root plugins/man +zmodule ohmyzsh/ohmyzsh --root plugins/magic-enter +zmodule ohmyzsh/ohmyzsh --root plugins/per-directory-history +zmodule ohmyzsh/ohmyzsh --root plugins/qrcode +zmodule ohmyzsh/ohmyzsh --root plugins/mosh + zmodule joke/zim-chezmoi -zmodule git -zmodule termtitle -zmodule archive + {{ if (eq .chezmoi.os "linux") -}} # Distribution aliases and functions. {{ if (eq .chezmoi.osRelease.id "manjaro") -}} @@ -28,16 +40,15 @@ zmodule debian {{- end }} {{- end }} -zmodule sudo -z +zmodule termtitle +zmodule archive zmodule utility zmodule fzf -zmodule jl-helper -z -zmodule magic-enter zmodule git-info -zmodule steeef -zmodule joke/zim-starship zmodule passwordstore -z +zmodule buku -z +zmodule jl-helper -z -zstyle ':zim:module' skip 'prompt' +# zstyle ':zim:module' skip 'prompt' # End configuration added by Zim install