feat: Ajout support asdf-vm installé depuis Nix
This commit is contained in:
parent
0b8bba8c9b
commit
167be1c6a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user