Added the default newest version for python
This commit is contained in:
parent
97fd6e38d0
commit
a2ff6eadc0
2
.zshrc
2
.zshrc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user