diff .chezmoiscripts/run_onchange_after_41-install-language-servers.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 f3e87577dd3a
children 9ba5b0e3c6ba
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl	Thu Jun 13 19:39:13 2024 +0200
+++ b/.chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl	Sun Jun 16 20:24:58 2024 +0200
@@ -7,8 +7,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)"
 
 curl -fsSL https://github.com/tamasfe/taplo/releases/download/{{ $taplo_version }}/taplo-full-linux-x86_64.gz | gzip -d - | sudo install -m 755 /dev/stdin /usr/local/bin/taplo