source asdf.sh

This commit is contained in:
2024-08-27 19:44:20 -06:00
parent f05a9928e4
commit 4c245cb47c

3
.zshrc
View File

@@ -128,6 +128,9 @@ fi
# Remove duplicate entries in the PATH # Remove duplicate entries in the PATH
typeset -U path typeset -U path
if [ -e $HOME/.asdf/asdf.sh ]; then
source $HOME/.asdf/asdf.sh
fi
# >>> juliaup initialize >>> # >>> juliaup initialize >>>