diff --git a/.zshrc b/.zshrc index e48636c..2fc219f 100644 --- a/.zshrc +++ b/.zshrc @@ -21,6 +21,9 @@ compinit # OS-specific things if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then + # explicitly add Homebrew binary paths just in case Terminal doesn't inherit it from macOS, for example Alacritty. + PATH=$PATH:/usr/local/bin + # Add brew stuff to MANPATH MANPATH=/usr/local/share/man:/usr/local/opt/postgresql@9.5/share/man:$PATH