mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 21:36:14 +08:00
4 lines
58 B
Fish
4 lines
58 B
Fish
|
if command -sq pip2
|
||
|
eval (pip2 completion --fish)
|
||
|
end
|