From b74402d55d7f0bf5b21ee9e3d5c3a22d71d16313 Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Mon, 11 Nov 2019 13:58:47 +0100 Subject: [PATCH] envwrapper -> envwrap --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1f7701..f15546e 100644 --- a/README.rst +++ b/README.rst @@ -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.)