mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-03 16:44:00 +08:00
0c21efea55
(cherry picked from commit af12bcb117
)
4 lines
87 B
Fish
4 lines
87 B
Fish
if command -sq pip3
|
|
pip3 completion --fish | sed 's/-c pip$/-c pip3/' | source
|
|
end
|