comparison .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
comparison
equal deleted inserted replaced
1035:45d1a5571c52 1036:31351132efca
2 #!/usr/bin/env bash 2 #!/usr/bin/env bash
3 3
4 set -xe 4 set -xe
5 5
6 6
7 eval "$($HOME/bin/rtx activate bash)" 7 eval "$($HOME/bin/mise activate bash)"
8 eval "$($HOME/bin/rtx hook-env)" 8 eval "$($HOME/bin/mise hook-env)"
9 9
10 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi 10 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi
11 11
12 {{ end }} 12 {{ end }}