From 8b8d287a1c4e6cc7a0c58e600da5f0d488b92596 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 15 Apr 2024 00:13:39 -0400 Subject: [PATCH] sync with what autoinstallers added --- dot_zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 82b02ae..a464004 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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"