Skip to content

Instantly share code, notes, and snippets.

@DougRomano
DougRomano / .zshrc
Created September 12, 2025 13:46 — forked from johnlindquist/.zshrc
Comprehensive .zshrc configuration for macOS development environment with AI tools integration
# Fix PATH for core commands
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
export PATH="$PATH:/Users/johnlindquist/dev/agents/bin"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
# Path to your Oh My Zsh installation.