mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-07 02:37:43 +08:00

For some reason, these tools print an upgrade message to stderr, even when stdout goes somewhere else.
5 lines
71 B
Fish
5 lines
71 B
Fish
if command -sq pip
|
|
pip completion --fish 2>/dev/null | source
|
|
end
|
|
|