From 5de21476ad1e6f8db951e6e96864e74b95b193c9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 21:48:30 +0200 Subject: [PATCH] Update Python aliases in zshrc - Add python3.13 alias pointing to python - Add various Python version aliases (py13, py9) - Add Python venv management aliases --- dotfiles/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 696b827..87061e8 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -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