fix issues with macos
This commit is contained in:
11
zsh/.zshenv
11
zsh/.zshenv
@@ -19,4 +19,15 @@ export SSH_ENV="$HOME/.ssh/agent-environment"
|
||||
|
||||
export PATH=~/.local/bin:$PATH
|
||||
|
||||
case "$(uname -s)" in
|
||||
Linux* ) {
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
};;
|
||||
Darwin* ) {
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
|
||||
};;
|
||||
* ) ;;
|
||||
esac
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
Reference in New Issue
Block a user