Skip to content

Commit

Permalink
feat(compat_aliases): add missing setvirtualenvproject
Browse files Browse the repository at this point in the history
  • Loading branch information
raelmax committed Mar 8, 2016
1 parent a6f731b commit 672e067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugins.rst
Expand Up @@ -30,6 +30,7 @@ Commands
- ``cdsitepackages`` = ``vf cdpackages``
- ``add2virtualenv`` = ``vf addpath``
- ``allvirtualenv`` = ``vf all``
- ``setvirtualenvproject`` = ``vf connect``


.. _auto_activation:
Expand Down
3 changes: 3 additions & 0 deletions virtualfish/compat_aliases.fish
Expand Up @@ -44,6 +44,9 @@ end
function allvirtualenv
vf all $argv
end
function setvirtualenvproject
vf connect
end
function toggleglobalsitepackages
vf globalpackages
end
Expand Down

0 comments on commit 672e067

Please sign in to comment.