diff --git a/.zshrc b/.zshrc index 3b2feac..b35dcd3 100644 --- a/.zshrc +++ b/.zshrc @@ -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 <<< +