Every time I open a new window in iTerm (or Terminal) on my Mac, it will pause for a second or two, and then print this message:
-bash: alias: | grep -v 127.0.0.1: not found
fatal: Not a git repository (or any of the parent directories): .git
It's clear to me that it's executing this grep / git command on every new window, but I can't figure out where this is coming from, nor how to make it stop.
Where can I find this command?