From 00ef8036bc3fc3923d88583be53421494577c763 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 21 Jul 2021 19:16:43 +0800 Subject: [PATCH] Add linuxbrew path config --- zsh/env.zsh | 4 ++++ 1 file changed, 4 insertions(+) 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"