From 008b5317591053db16ac5cdb9d8fe19a79551f11 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Tue, 21 Apr 2026 07:03:17 -0600 Subject: [PATCH] Move juliaup to local config --- .zshrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.zshrc b/.zshrc index 3b2feac..78693cd 100644 --- a/.zshrc +++ b/.zshrc @@ -132,12 +132,3 @@ if [ -e $HOME/.asdf/asdf.sh ]; then source $HOME/.asdf/asdf.sh fi - -# >>> juliaup initialize >>> - -# !! Contents within this block are managed by juliaup !! - -path=('/Users/ed/.juliaup/bin' $path) -export PATH - -# <<< juliaup initialize <<<