This commit is contained in:
2024-09-09 08:38:00 -06:00
parent 5ad6ca593a
commit 5dbd658fef

15
dorf
View File

@@ -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"