mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
fixup! Force correct names for pip2/pip3 command in completions
(cherry picked from commit af12bcb117
)
This commit is contained in:
parent
3f9273cc32
commit
0c21efea55
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
if command -sq pip2
|
||||
pip2 completion --fish | sed 's/-c pip/-c pip2/' | source
|
||||
pip2 completion --fish | sed 's/-c pip$/-c pip2/' | source
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
if command -sq pip3
|
||||
pip3 completion --fish | sed 's/-c pip/-c pip3/' | source
|
||||
pip3 completion --fish | sed 's/-c pip$/-c pip3/' | source
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue