5 lines
100 B
Bash
5 lines
100 B
Bash
export BUN_INSTALL="$HOME/.bun"
|
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
|
|
|
eval "$(starship init zsh)"o
|