🍱 Installed bun

This commit is contained in:
z3rOR0ne 2024-08-12 15:41:10 -07:00
parent f63a950d3d
commit 11667b569d
3 changed files with 320 additions and 0 deletions

View file

@ -198,3 +198,10 @@ fi
[ -f ~/.zsh/zsh-fex/fex.zsh ] && source ~/.zsh/zsh-fex/fex.zsh
bindkey '^f' fex-widget
# bun completions
[ -s "/home/brian/.bun/_bun" ] && source "/home/brian/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"