From fef5e182eee205be2635ca241ce3a6ead54b82ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Sep 2017 20:16:46 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 23a9cee8..910a1748 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Shell Completion Set ``_PIPENV_COMPLETE`` and then source the output of the program. For example, with fish, put this in your ``~/.config/fish/completions/pipenv.fish``:: - eval (env _PIPENV_COMPLETE=source-fish pipenv) + eval (pipenv --completion) Magic shell completions are now enabled! There is also a `fish plugin `_, which will automatically activate your subshells for you!