From cfa19c855341500f59a2a7afb733f0d22f93d6f8 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 25 Apr 2024 16:49:25 +0200 Subject: [PATCH] Up. --- .../run_once_after_40-install-shell.sh.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl index 6c72817..4560abe 100644 --- a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl @@ -89,11 +89,18 @@ log "Finish cargo-update installation" log "Installing atuin" cargo install atuin -ln -sf ~/.asdf/installs/rust/1.76.0/bin/atuin ~/.asdf/shims/atuin log "Finish atuin installation" +## Reshim +log "Asdf reshim..." + +asdf reshim + +log "Reshim ok." + + ### Config Zsh ### log "Installing Zim Framework"