diff .chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl @ 1036:31351132efca

feat: switch rtx to mise and fixes for clean installs
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 16 Jun 2024 20:24:58 +0200
parents 7810e6006a61
children
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl	Thu Jun 13 19:39:13 2024 +0200
+++ b/.chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl	Sun Jun 16 20:24:58 2024 +0200
@@ -4,8 +4,8 @@
 set -xe
 
 
-eval "$($HOME/bin/rtx activate bash)"
-eval "$($HOME/bin/rtx hook-env)"
+eval "$($HOME/bin/mise activate bash)"
+eval "$($HOME/bin/mise hook-env)"
 
 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi