Files
dotfiles/zsh-macos/.zshrc

3 lines
70 B
Bash
Raw Normal View History

2025-12-04 12:16:57 +01:00
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"