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 # activate completion
source ~/.asdf/completions/asdf.bash source ~/.asdf/completions/asdf.bash
fi elif [ -f "${HOME}/.nix-profile/share/asdf-vm/asdf.sh" ]; then
if [ -f "${HOME}/.nix-profile/share/asdf-vm/asdf.sh" ]; then
. "${HOME}/.nix-profile/share/asdf-vm/asdf.sh" . "${HOME}/.nix-profile/share/asdf-vm/asdf.sh"
. "${HOME}/.nix-profile/share/bash-completion/completions/asdf.bash" . "${HOME}/.nix-profile/share/bash-completion/completions/asdf.bash"
fi fi