Added asdf plugin for completions

This commit is contained in:
2024-09-09 08:33:02 -06:00
parent 93f4a945c2
commit 70bc044a10
2 changed files with 16 additions and 2 deletions

15
dorf Normal file
View File

@@ -0,0 +1,15 @@
# 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"