diff --git a/.zshrc b/.zshrc index 0cc92b9..d40b193 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,9 @@ +export PATH="/usr/local/bin:/usr/bin:$PATH" + +if [ Darwin = `uname` ]; then + source $HOME/.profile_macos +fi + # Defaults from bash [[ $- != *i* ]] && return