mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Add support for LinuxBrew
This commit is contained in:
parent
882be853a7
commit
649ddcfa06
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