.dotfiles/macos/.zshrc-additional
foozzi 2c1ccaffd1 Refactoring
- Added macos
2024-01-14 23:29:33 -05:00

10 lines
251 B
Text

## brew
if [[ "$OSTYPE" == "darwin"* ]]; then
alias bu='brew update'
alias bug='brew upgrade'
fi
## python 3.12
#export PATH=/opt/homebrew/opt/python@3.12/libexec/bin:$PATH
## python 3.11
export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH