mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Fix shellenv
This commit is contained in:
parent
65122c9d2e
commit
df32e13ee1
2
zsh/env
2
zsh/env
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
if test -d "/opt/homebrew/"; then
|
if test -d "/opt/homebrew/"; then
|
||||||
export PATH="/opt/homebrew/bin:$PATH"
|
export PATH="/opt/homebrew/bin:$PATH"
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$($(which brew) shellenv)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -d "/home/linuxbrew/.linuxbrew/"; then
|
if test -d "/home/linuxbrew/.linuxbrew/"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user