mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
d8b1f0715f
For some reason, these tools print an upgrade message to stderr, even when stdout goes somewhere else.
3 lines
71 B
Fish
3 lines
71 B
Fish
if command -sq pipenv
|
|
pipenv --completion 2>/dev/null | source
|
|
end
|