From 5dbd658fef849974a6dabcc7e5b0c6ee68630952 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 9 Sep 2024 08:38:00 -0600 Subject: [PATCH] Vey --- dorf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dorf diff --git a/dorf b/dorf deleted file mode 100644 index 312a1f5..0000000 --- a/dorf +++ /dev/null @@ -1,15 +0,0 @@ -# bun completions -[ -s "/home/ed/.bun/_bun" ] && source "/home/ed/.bun/_bun" - -# >>> juliaup initialize >>> - -# !! Contents within this block are managed by juliaup !! - -path=('/home/ed/.juliaup/bin' $path) -export PATH - -# <<< juliaup initialize <<< - -# bun -export BUN_INSTALL="$HOME/.bun" -export PATH="$BUN_INSTALL/bin:$PATH"