Compare commits

1 Commits
master ... main

Author SHA1 Message Date
a615e6abb1 Make juliaup path platform-neutral 2026-03-30 08:35:49 -06:00

10
.zshrc
View File

@@ -132,3 +132,13 @@ if [ -e $HOME/.asdf/asdf.sh ]; then
source $HOME/.asdf/asdf.sh
fi
# >>> juliaup initialize >>>
# !! Contents within this block are managed by juliaup !!
path=('${HOME}/.juliaup/bin' $path)
export PATH
# <<< juliaup initialize <<<