12 lines
274 B
Bash
12 lines
274 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"
|
|
|
|
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
fastfetch
|