Skip to content

Commit

Permalink
feat: update osx arm zprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
einverne committed Sep 12, 2023
1 parent e68b476 commit c7b6044
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"

eval "$(pyenv init --path)"

if [[ $(uname -m) == 'arm64' ]]; then
# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/opt/homebrew/bin/brew shellenv)"

# Added by OrbStack: command-line tools and integration
source ~/.orbstack/shell/init.zsh 2>/dev/null || :
fi

0 comments on commit c7b6044

Please sign in to comment.