This commit is contained in:
2017-01-27 13:30:14 -05:00
parent ababde89b6
commit 4e312536cd
+3 -1
View File
@@ -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)