sync with what autoinstallers added

This commit is contained in:
Alex Kelly 2024-04-15 00:13:39 -04:00
parent 9de9803a53
commit 8b8d287a1c

View file

@ -194,3 +194,10 @@ eval "$(zoxide init zsh)"
eval "$(op completion zsh)"; compdef _op op
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
. "/home/kellya/.acme.sh/acme.sh.env"
# bun completions
[ -s "/home/kellya/.local/share/reflex/bun/_bun" ] && source "/home/kellya/.local/share/reflex/bun/_bun"
# bun
export BUN_INSTALL="$HOME/.local/share/reflex/bun"
export PATH="$BUN_INSTALL/bin:$PATH"