fish-shell/share/completions/pip.fish

4 lines
59 B
Fish

if command -sq pip
pip completion --fish | source
end