fish-shell/share/completions/pipenv.fish
Fabian Homborg d8b1f0715f [pip* completions] Silence stderr
For some reason, these tools print an upgrade message to stderr, even
when stdout goes somewhere else.
2018-05-03 11:32:18 +02:00

3 lines
71 B
Fish

if command -sq pipenv
pipenv --completion 2>/dev/null | source
end