From 4e312536cd1df4f2649be7ecead5aa86ee315287 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2017 13:30:14 -0500 Subject: [PATCH] reame --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)