mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add the cdv alias to cd to the virtualenvs directory.
This commit is contained in:
parent
e5fa536313
commit
ce4dc6fac2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
function wo() {
|
function wo() {
|
||||||
[ -f './.venv' ] && workon `cat ./.venv`
|
[ -f './.venv' ] && workon `cat ./.venv`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias cdv='cd $WORKON_HOME'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue