Fix copy-and-paste pip3 -> pip2 typo

Thanks @floam. See #4448

(cherry picked from commit 78fe53406e)
This commit is contained in:
Mahmoud Al-Qudsi 2017-10-05 13:26:56 +02:00
parent d74d3f2ca4
commit de45232a37

View file

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