sync with what autoinstallers added
This commit is contained in:
parent
9de9803a53
commit
8b8d287a1c
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue