fix(python-plugin): change name of alias for python main.py

This commit is contained in:
Hanashiko 2025-05-05 10:58:30 +03:00
commit 7eb5dffaa4
2 changed files with 2 additions and 2 deletions

View file

@ -124,4 +124,4 @@ fi
# Activate the local environment
alias act='source venv/bin/activate'
# run main.py
alias runpy='python main.py'
alias pyr='python main.py'