diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl index ce45567..ea55ee0 100644 --- a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl @@ -35,6 +35,7 @@ inf "installing direnv with system version..." # as it is managed by zim module asdf plugin-add direnv asdf install direnv latest +asdf global direnv latest for plugin in ${!plugins[@]}; do inf "installing ${plugin}..."