zshでユーザ固有の設定


~/.zshrc
[ -f ~/.zshrc.mine ] && source ~/.zshrc.mine

.zshrc を共有していてユーザ固有の環境変数などを定義したいとき、上記を書いておけば ~/.zshrc.mine があれば読み込んでくれる。