🍱 Installed bun
This commit is contained in:
parent
f63a950d3d
commit
11667b569d
3 changed files with 320 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue