Update Python aliases in zshrc

- Add python3.13 alias pointing to python
- Add various Python version aliases (py13, py9)
- Add Python venv management aliases
This commit is contained in:
Dominik Moritz Roth 2025-08-18 21:48:30 +02:00
parent dc0c37c40d
commit 5de21476ad

View File

@ -24,11 +24,11 @@ fi
##########
# lang
alias python='python3.13'
alias ptpython="python -m ptpython"
alias ptpy="python -m ptpython"
alias py13='python3.13'
alias py12='python3.12'
alias py10='python3.10'
alias py9='python3.9'
alias bpytop="python -m bpytop"
# python venv