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!