mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-23 03:25:15 +08: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,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
|
||||
|
|
Loading…
Reference in New Issue
Block a user