10 lines
202 B
Bash
10 lines
202 B
Bash
export BUN_INSTALL="$HOME/.bun"
|
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
|
|
|
eval "$(starship init zsh)"o
|
|
|
|
# Added by Antigravity
|
|
export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"
|
|
|
|
fastfetch
|