diff --git a/.zshrc b/.zshrc index 8a26f5a..3b2feac 100644 --- a/.zshrc +++ b/.zshrc @@ -128,6 +128,9 @@ fi # Remove duplicate entries in the PATH typeset -U path +if [ -e $HOME/.asdf/asdf.sh ]; then + source $HOME/.asdf/asdf.sh +fi # >>> juliaup initialize >>>