comparison .chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl @ 817:7810e6006a61

ci: fix builds in CI
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Tue, 05 Dec 2023 22:50:09 +0100
parents 72744c944497
children 59bf256e6c1c
comparison
equal deleted inserted replaced
816:c88b4676d5b5 817:7810e6006a61
1 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} 1 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}}
2 #!/usr/bin/env bash 2 #!/usr/bin/env bash
3 3
4 set -xe 4 set -xe
5 5
6
7 eval "$($HOME/bin/rtx activate bash)"
8 eval "$($HOME/bin/rtx hook-env)"
9
6 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi 10 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi
7 11
8 {{ end }} 12 {{ end }}