feat: Ajout support asdf-vm installé depuis Nix

This commit is contained in:
Xavier Logerais 2024-06-21 13:22:52 +00:00
parent 0b8bba8c9b
commit 167be1c6a1

View File

@ -9,3 +9,8 @@ if [ -f ~/.asdf/asdf.sh ]; then
source ~/.asdf/completions/asdf.bash source ~/.asdf/completions/asdf.bash
fi 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