Added the default newest version for python

This commit is contained in:
Marcin Woźniak 2023-02-16 22:55:15 +01:00
parent 97fd6e38d0
commit a2ff6eadc0
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 0 deletions

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"