mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 02:49:57 +01:00
Merge branch 'main' of github.com:JanJastrow/.dotfiles
This commit is contained in:
commit
f2163c761d
5
zsh/env
5
zsh/env
@ -29,6 +29,11 @@ if test -d "/opt/homebrew/"; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
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
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user