python plugin: add some new aliases

This commit is contained in:
Hanashiko 2025-05-04 23:08:31 +03:00
commit b21310f961

View file

@ -120,3 +120,8 @@ if [[ "$PYTHON_AUTO_VRUN" == "true" ]]; then
add-zsh-hook chpwd auto_vrun
auto_vrun
fi
# Activate the local environment
alias act='source venv/bin/activate'
# run main.py
alias runpy='python main.py'