fish-shell/share/completions/pip2.fish
2017-10-05 13:25:14 +02:00

4 lines
108 B
Fish

if command -sq pip2
pip3 completion --fish | string replace -r "\b-c\s+pip\b" -- "-c pip2" | source
end