Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.bash_profile: Redirect all
which brew
output
On RHEL6, `which brew` prints `/usr/bin/which: no brew in …` to stderr. Changing `> /dev/null` to `&>/dev/null` redirects both stdout and stderr to `/dev/null`, silencing the check completely. Closes mathiasbynens#650.
- Loading branch information