make sure homebrew path is set when installing

Cette révision appartient à :
2021-09-10 22:33:42 +00:00
Parent bbb0814360
révision 5c49c3494b
+4
Voir le fichier
@@ -4,6 +4,10 @@
source $HOME/.profile
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
if [[ ! -d ~/Applications ]]; then
mkdir -p ~/Applications