diff --git a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl index ee243a7..409be4a 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Load asdf +# as we need cargo and it is installed from +. "$HOME/.asdf/asdf.sh" + + # Logging function log() { printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)\n" "$1"