Make juliaup path platform-neutral

This commit is contained in:
2026-03-30 08:35:49 -06:00
parent 5dbd658fef
commit a615e6abb1

3
.zshrc
View File

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