From 167be1c6a11bc63aaa2ac140b051f2e234c8f51c Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 21 Jun 2024 13:22:52 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Ajout=20support=20asdf-vm=20install?= =?UTF-8?q?=C3=A9=20depuis=20Nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile.d/asdf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile.d/asdf b/profile.d/asdf index c08f038..92d268f 100644 --- a/profile.d/asdf +++ b/profile.d/asdf @@ -9,3 +9,8 @@ if [ -f ~/.asdf/asdf.sh ]; then source ~/.asdf/completions/asdf.bash fi + +if [ -f "$HOME/.nix-profile/share/asdf-vm/asdf.sh" ]; then + . "$HOME/.nix-profile/share/asdf-vm/asdf.sh" + . "$HOME/.nix-profile/share/bash-completion/completions/asdf.bash" +fi