From d83976debd948720e1e7e259c0aec39fce8edebe Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 14 May 2024 18:52:38 +0200 Subject: [PATCH] Update --- .../run_once_after_20-install-asdf-plugins.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ef3884c..fc17f01 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 @@ -17,7 +17,7 @@ inf() { # Plugins to install declare -A plugins plugins=( - ['asdf']='' + ['direnv']='' ['golang']='https://github.com/asdf-community/asdf-golang.git' ['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git' ['opam']='https://github.com/asdf-community/asdf-opam.git'