From abc5d82c22dd36eef1fc358035a55497fb32da2f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 2 Oct 2025 20:26:52 +0200 Subject: [PATCH] Update .zimrc --- home/dot_zimrc.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/dot_zimrc.tmpl b/home/dot_zimrc.tmpl index 29cf1c7..b739d76 100644 --- a/home/dot_zimrc.tmpl +++ b/home/dot_zimrc.tmpl @@ -23,11 +23,11 @@ zmodule zsh-users/zsh-autosuggestions # Productivity # # Alacritty completions modules -zmodule alacritty +zmodule -u alacritty # Sets up asdf, with auto install and optimized usage of the direnv plugin. #zmodule asdf # Buku completions modules -zmodule buku +zmodule -u buku # chezmoi zmodule joke/zim-chezmoi # Provides handy git aliases and functions. @@ -39,7 +39,7 @@ zmodule archive {{ if (eq .chezmoi.os "linux") -}} # Distribution aliases and functions. {{ if (eq .chezmoi.osRelease.id "manjaro") -}} -zmodule manjaro +zmodule -u manjaro {{ else if (eq .chezmoi.osRelease.id "arch") -}} zmodule pacman {{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}} @@ -47,7 +47,7 @@ zmodule debian {{- end }} {{- end }} # sudo module -zmodule sudo +zmodule -u sudo # Utility aliases and functions. Adds colour to ls, grep and less. zmodule utility # exa @@ -55,7 +55,7 @@ zmodule utility # fzf zmodule fzf # Personal aliases -zmodule jl-helper +zmodule -u jl-helper # magic enter feature from subnixr's minimal prompt theme zmodule magic-enter