From a615e6abb13068d89b99dd55dd5698acb9fbe8c7 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 30 Mar 2026 08:35:49 -0600 Subject: [PATCH] Make juliaup path platform-neutral --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 <<< +