Added the default newest version for python

This commit is contained in:
Marcin Woźniak 2023-02-16 22:55:15 +01:00
parent 63d3e07729
commit 6d91e0e2ca

2
.zshrc
View File

@ -182,6 +182,8 @@ if [[ "$(uname)" == "Darwin" ]]; then
export PATH="$(brew --prefix python@$PYTHONVERSION)/bin:$PATH"
alias python3='/opt/homebrew/bin/python$PYTHONVERSION'
alias pip3='/opt/homebrew/bin/pip$PYTHONVERSION'
alias python='/opt/homebrew/bin/python$PYTHONVERSION'
alias pip='/opt/homebrew/bin/pip$PYTHONVERSION'
alias lsblk="diskutil list"
alias Update="~/.config/nvim/installer.sh; brew update; brew upgrade"