make sure homebrew path is set when installing
This commit is contained in:
parent
abfc7dd910
commit
bbb0814360
|
@ -3,9 +3,12 @@
|
||||||
# reminder: homebrew is *spyware*. if you don't do this, it won't
|
# reminder: homebrew is *spyware*. if you don't do this, it won't
|
||||||
# set HOMEBREW_NO_ANALYTICS and it will silently spy on you when you use it.
|
# set HOMEBREW_NO_ANALYTICS and it will silently spy on you when you use it.
|
||||||
# this should happen in the .profile but let's do it again here to be certain:
|
# this should happen in the .profile but let's do it again here to be certain:
|
||||||
source $HOME/.profile
|
source $HOME/.bashrc
|
||||||
export HOMEBREW_NO_ANALYTICS=1
|
export HOMEBREW_NO_ANALYTICS=1
|
||||||
|
|
||||||
|
# this shouldn't be needed but it is
|
||||||
|
export PATH="$PATH:$HOME/Library/Homebrew/bin"
|
||||||
|
|
||||||
# Homebrew's package database is on GitHub. The hashes to verify the
|
# Homebrew's package database is on GitHub. The hashes to verify the
|
||||||
# authenticity of the source archive downloads are in the package database.
|
# authenticity of the source archive downloads are in the package database.
|
||||||
# Microsoft, a large US military contractor with long ties to illegal NSA spying
|
# Microsoft, a large US military contractor with long ties to illegal NSA spying
|
||||||
|
|
Loading…
Reference in New Issue