Normalisation et nettoyage #4
@@ -6,9 +6,7 @@ if [ -f ~/.asdf/asdf.sh ]; then
|
||||
# activate completion
|
||||
source ~/.asdf/completions/asdf.bash
|
||||
|
||||
fi
|
||||
|
||||
if [ -f "${HOME}/.nix-profile/share/asdf-vm/asdf.sh" ]; then
|
||||
elif [ -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
|
||||
|
||||
Reference in New Issue
Block a user