summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 29f2b24..cae971a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -37,3 +37,10 @@ eval $(thefuck --alias)
eval "$(starship init zsh)"
alias rm="rm -I"
+
+# bun completions
+[ -s "/Users/michael/.bun/_bun" ] && source "/Users/michael/.bun/_bun"
+
+# bun
+export BUN_INSTALL="$HOME/.bun"
+export PATH="$BUN_INSTALL/bin:$PATH"