Files
dotfiles/zsh-macos/.zshrc

12 lines
274 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
2025-12-19 14:51:49 +01:00
# Added by Antigravity
export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"
2025-12-19 15:08:09 +01:00
2025-12-23 11:27:57 +01:00
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
2025-12-19 15:08:09 +01:00
fastfetch