.dotfiles/macos/.zshrc-additional
2024-12-29 11:57:47 +01:00

15 lines
479 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
export PATH=/Users/fz0x1/Library/Python/3.11/bin:$PATH
export PATH=/Applications/Emacs.app/Contents/MacOS:$PATH
export PATH=//Users/fz0x1/.local/bin:$PATH
## docker on apple silicon
# export DOCKER_DEFAULT_PLATFORM=linux/amd64