Compare commits

...

1 Commits

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

9
.zshrc
View File

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