mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
pip completions: use builtin source rather than eval function.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
if command -sq pipenv
|
||||
eval (pipenv --completion)
|
||||
pipenv --completion | source
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user