mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-02 08:08:46 +00:00
0c21efea55
(cherry picked from commit af12bcb117
)
3 lines
87 B
Fish
3 lines
87 B
Fish
if command -sq pip3
|
|
pip3 completion --fish | sed 's/-c pip$/-c pip3/' | source
|
|
end
|