From baaac71e0c8e32900e2e4098329a7b7e659f2604 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sun, 9 Mar 2025 12:16:38 +0000 Subject: Bun --- zsh/.zshrc | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.3