add bun settings to zshrc
This commit is contained in:
parent
80e72f7f7d
commit
d2924c2485
@ -72,3 +72,10 @@ alias vim="nvim"
|
|||||||
# Shell integrations
|
# Shell integrations
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user