mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-22 17:55:11 +00:00
4 lines
58 B
Fish
4 lines
58 B
Fish
|
if command -sq pip3
|
||
|
eval (pip3 completion --fish)
|
||
|
end
|