mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Merge branch 'main' of github.com:JanJastrow/.dotfiles
This commit is contained in:
commit
51865ae6c7
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