pip completions: use builtin source rather than eval function.

This commit is contained in:
Aaron Gyes
2017-10-04 21:50:09 -07:00
parent 1770e47eb0
commit d740b2a473
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
if command -sq pipenv
eval (pipenv --completion)
pipenv --completion | source
end