mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add a file for Python-related things.
This commit is contained in:
parent
863b28411f
commit
7bde96c7b2
1 changed files with 3 additions and 0 deletions
3
lib/python.zsh
Normal file
3
lib/python.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function wo() {
|
||||
[ -f './.venv' ] && workon `cat ./.venv`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue