summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2025-03-09 12:16:38 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2025-03-09 12:16:38 +0000
commitbaaac71e0c8e32900e2e4098329a7b7e659f2604 (patch)
tree455bf73812a137cb37cc20e71b1511a8aa4f4518
parent86c9affea54ac0e8b2e34cea2b20a56eee209a92 (diff)
Bun
-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"