.dotfiles/macos/.zshrc-additional
2024-10-12 20:07:18 +02:00

12 lines
324 B
Text

## brew
if [[ "$OSTYPE" == "darwin"* ]]; then
alias bu='brew update'
alias bug='brew upgrade'
fi
## python 3.13
# export PATH=/opt/homebrew/opt/python@3.13/libexec/bin:$PATH
## python 3.11
export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH
## docker on apple silicon
# export DOCKER_DEFAULT_PLATFORM=linux/amd64