Merge branch 'main' of github.com:JanJastrow/.dotfiles

This commit is contained in:
Jan Jastrow 2024-08-25 02:05:58 +02:00
commit 51865ae6c7

View File

@ -21,7 +21,7 @@ fi
if test -d "/opt/homebrew/"; then
export PATH="/opt/homebrew/bin:$PATH"
eval "$(/opt/homebrew/bin/brew shellenv)"
eval "$($(which brew) shellenv)"
fi
if test -d "/home/linuxbrew/.linuxbrew/"; then