Normalisation et nettoyage #4

Open
xavier wants to merge 14 commits from dev into master
Showing only changes of commit 5653b8caf0 - Show all commits
+1 -3
View File
@@ -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