mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix copy-and-paste pip3 -> pip2 typo
Thanks @floam. See #4448
(cherry picked from commit 78fe53406e
)
This commit is contained in:
parent
d74d3f2ca4
commit
de45232a37
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
if command -sq pip2
|
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
|
end
|
||||||
|
|
Loading…
Reference in a new issue