From 4e8a43af76e794f5061d4d890ee2ae59226151f9 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 18:27:34 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_20-prepare-shell.sh.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl index 69108de..44f9a8a 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl @@ -77,14 +77,6 @@ log "Begin Zsh installation" log "Finish Zsh installation" -### Config Zsh ### -log "Installing Zim Framework" - -$(which zsh) -c "source ${ZIMDIR}/zimfw.zsh init -q" - -log "Finish zsh installation" - - ## Install Atuin log "Installing atuin" @@ -93,3 +85,11 @@ ln -s ~/.asdf/installs/rust/1.76.0/bin/atuin .asdf/shims/atuin log "Finish atuin installation" + +### Config Zsh ### +log "Installing Zim Framework" + +$(which zsh) -c "source ${ZIMDIR}/zimfw.zsh init -q" + +log "Finish zsh installation" +