diff --git a/README.rst b/README.rst index d14a235f..0c65b563 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,9 @@ 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``:: +in your ``~/.config/fish/completions/pipenv.fish``: + +:: eval (env _PIPENV_COMPLETE=source-fish pipenv)