mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-04 09:13:39 +08:00
4 lines
58 B
Fish
4 lines
58 B
Fish
|
if command -sq pip3
|
||
|
eval (pip3 completion --fish)
|
||
|
end
|