Files
dotfiles/zsh-macos/.zshrc

5 lines
100 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"
2025-12-04 15:02:33 +01:00
eval "$(starship init zsh)"o