make sure homebrew path is set when installing
This commit is contained in:
parent
bbb0814360
commit
5c49c3494b
|
@ -4,6 +4,10 @@
|
||||||
source $HOME/.profile
|
source $HOME/.profile
|
||||||
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"
|
||||||
|
|
||||||
|
|
||||||
# per default settings apps are installed in homedir
|
# per default settings apps are installed in homedir
|
||||||
if [[ ! -d ~/Applications ]]; then
|
if [[ ! -d ~/Applications ]]; then
|
||||||
mkdir -p ~/Applications
|
mkdir -p ~/Applications
|
||||||
|
|
Loading…
Reference in New Issue