Files
dotfiles/zsh-macos/.zshrc
2025-12-04 15:02:33 +01:00

5 lines
100 B
Bash

export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
eval "$(starship init zsh)"o