diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-03-09 12:16:38 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-03-09 12:16:38 +0000 |
commit | baaac71e0c8e32900e2e4098329a7b7e659f2604 (patch) | |
tree | 455bf73812a137cb37cc20e71b1511a8aa4f4518 | |
parent | 86c9affea54ac0e8b2e34cea2b20a56eee209a92 (diff) |
Bun
-rw-r--r-- | zsh/.zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |