diff .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
line wrap: on
line diff
--- a/.chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl	Tue Dec 05 21:25:47 2023 +0100
+++ b/.chezmoiscripts/run_once_after_30-generate-completions.sh.tmpl	Tue Dec 05 22:50:09 2023 +0100
@@ -3,6 +3,10 @@
 
 set -xe
 
+
+eval "$($HOME/bin/rtx activate bash)"
+eval "$($HOME/bin/rtx hook-env)"
+
 chezmoi completion zsh > $HOME/.zsh/completions/_chezmoi
 
 {{ end }}