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

This commit is contained in:
Jan Jastrow 2024-06-23 00:24:27 +02:00
commit f2163c761d

View File

@ -29,6 +29,11 @@ if test -d "/opt/homebrew/"; then
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
fi fi
if test -d "/home/linuxbrew/.linuxbrew/"; then
export PATH="/home/linuxbrew/.linuxbrew/bin/:$PATH"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi
if test -d "$HOME/go"; then if test -d "$HOME/go"; then
export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/go/bin:$PATH"
fi fi