Compare commits

1 Commits
master ... main

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

3
.zshrc
View File

@@ -137,7 +137,8 @@ fi
# !! Contents within this block are managed by juliaup !! # !! Contents within this block are managed by juliaup !!
path=('/Users/ed/.juliaup/bin' $path) path=('${HOME}/.juliaup/bin' $path)
export PATH export PATH
# <<< juliaup initialize <<< # <<< juliaup initialize <<<