mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
fix(python): rename alias for activate venv
This commit is contained in:
parent
7eb5dffaa4
commit
55c5c8daff
2 changed files with 3 additions and 3 deletions
|
|
@ -122,6 +122,6 @@ if [[ "$PYTHON_AUTO_VRUN" == "true" ]]; then
|
|||
fi
|
||||
|
||||
# Activate the local environment
|
||||
alias act='source venv/bin/activate'
|
||||
alias pya='source venv/bin/activate'
|
||||
# run main.py
|
||||
alias pyr='python main.py'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue