File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 7676fi
7777unset node_alias VERSION node_bin_path
7878
79+ # Load homebrew
80+ # -----------------------------------------------------------------------------
81+ _dots_load_brew () {
82+ export HOMEBREW_NO_ANALYTICS=1
83+ if [ -x " /opt/homebrew/bin/brew" ]; then
84+ eval " $( /opt/homebrew/bin/brew shellenv) " || _dots_warn " Failed to initialize homebrew"
85+ fi
86+ }
87+ _dots_load_brew
88+
7989# Initialise and load Python
8090# -----------------------------------------------------------------
8191export PYENV_ROOT=${PYENV_ROOT:- " $HOME /.pyenv" }
120130if [ -f ~ /.aliases ]; then
121131 source ~ /.aliases
122132fi
123-
124- # Load homebrew
125- # -----------------------------------------------------------------------------
126- _dots_load_brew () {
127- export HOMEBREW_NO_ANALYTICS=1
128- if [ -x " /opt/homebrew/bin/brew" ]; then
129- eval " $( /opt/homebrew/bin/brew shellenv) " || _dots_warn " Failed to initialize homebrew"
130- fi
131- }
132- _dots_load_brew
You can’t perform that action at this time.
0 commit comments