Compare commits

1 Commits
main ... master

Author SHA1 Message Date
008b531759 Move juliaup to local config 2026-04-21 07:03:17 -06:00

10
.zshrc
View File

@@ -132,13 +132,3 @@ 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 <<<