mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
python plugin: add some new aliases
This commit is contained in:
parent
8648cd640b
commit
b21310f961
1 changed files with 5 additions and 0 deletions
|
|
@ -120,3 +120,8 @@ if [[ "$PYTHON_AUTO_VRUN" == "true" ]]; then
|
||||||
add-zsh-hook chpwd auto_vrun
|
add-zsh-hook chpwd auto_vrun
|
||||||
auto_vrun
|
auto_vrun
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Activate the local environment
|
||||||
|
alias act='source venv/bin/activate'
|
||||||
|
# run main.py
|
||||||
|
alias runpy='python main.py'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue