When I run brew doctor I get this warning:
Warning: /usr/bin occurs before /usr/local/bin
TONS of people with the same problem, but they solve it by running this:
PATH="/usr/local/bin:$PATH"
Which fixes it once, but upon closing the terminal windows and opening a new one and running brew doctor, the warning re-appears.
Is there a permanent fix for this?