From cdaf7453d004cc56aa5ace21840c7028f8414133 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 18 Mar 2024 18:17:15 +0000 Subject: [PATCH] fix: fix lsd source for asdf --- tools.d/asdf.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.d/asdf.bash b/tools.d/asdf.bash index 389f646..775dccb 100644 --- a/tools.d/asdf.bash +++ b/tools.d/asdf.bash @@ -33,7 +33,7 @@ done # lsd echo echo "-- Installing lsd" -asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git +asdf plugin add lsd https://github.com/mise-plugins/asdf-lsd/ asdf install lsd latest asdf global lsd latest