add bun settings to zshrc

This commit is contained in:
Laurent Le Houerou 2024-05-23 10:28:40 +04:00
parent 80e72f7f7d
commit d2924c2485

View File

@ -72,3 +72,10 @@ alias vim="nvim"
# Shell integrations
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"
# bun completions
[ -s "/home/laurent/.bun/_bun" ] && source "/home/laurent/.bun/_bun"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"