mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
fixup! Force correct names for pip2/pip3 command in completions
(cherry picked from commit af12bcb117)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user