diff .chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl @ 666:c6b8132ce55f

fix order of loading zsh scripts
author zegervdv <zegervdv@me.com>
date Tue, 27 Sep 2022 20:19:49 +0200
parents fdce323431f4
children 723e5bae256b
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl	Tue Sep 27 20:09:26 2022 +0200
+++ b/.chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl	Tue Sep 27 20:19:49 2022 +0200
@@ -17,5 +17,6 @@
 asdf_plugin_add direnv
 
 asdf install
+asdf reshim
 
 {{ end -}}