fish-shell/share/completions/pip2.fish
Mahmoud Al-Qudsi 78fe53406e Fix copy-and-paste pip3 -> pip2 typo
Thanks @floam. See #4448
2017-10-05 13:26:56 +02:00

4 lines
108 B
Fish

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