Possible Duplicate:
How do I set PATH and other environment variables?
I recently installed git 1.7.4.4 via the installer from here http://code.google.com/p/git-osx-installer/ (not via homebrew or stuff...) and found that it added itself to my $PATH.
I wonder, where did it do that? I checked my ~/.bashrc and also /etc/bashrc and /etc/profile, nowhere is a line like PATH=$PATH:/usr/local/git/bin
Out of curiosity, where did the git-installer put the change to the path??
/etc/profile, which then sources/etc/profile.d/*.sh. – Cascabel Jun 12 '11 at 15:49/etc/paths.ddirectory, there is a file namedgitcontaining the path to the git binary. – cantera25 Jun 28 '15 at 00:11