Skip to content

Commit

Permalink
envwrapper -> envwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Nov 11, 2019
1 parent 2fa2b61 commit b74402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ or if on a mac::
you want it to also handle activation, you need to add a trigger for
``autoenv`` like so::

echo "function enw(){ envwrapper "$@";autoenv_init; }" >> ~/.bash_aliases
echo "function enw(){ envwrap "$@";autoenv_init; }" >> ~/.bash_aliases

(Make sure that ``.bashrc``/``.bash_profile`` sources the content of
``.bash_aliases`` for this to work.)
Expand Down

0 comments on commit b74402d

Please sign in to comment.