diff --git a/zsh/env.zsh b/zsh/env.zsh index 06a222c..414fa5b 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -30,6 +30,10 @@ if [[ -d $HOME/.pyenv ]]; then fi fi +if [[ -d /home/linuxbrew/.linuxbrew ]]; then + eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) +fi + # if [[ -d ~/.jenv ]]; then # # jenv # export PATH="$HOME/.jenv/bin:$PATH"