mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-06 04:30:06 +08:00
4 lines
60 B
Fish
4 lines
60 B
Fish
if command -sq pip2
|
|
pip2 completion --fish | source
|
|
end
|