mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 20:22:01 +08:00
![Fabian Homborg](/assets/img/avatar_default.png)
For some reason, these tools print an upgrade message to stderr, even when stdout goes somewhere else.
4 lines
71 B
Fish
4 lines
71 B
Fish
if command -sq pipenv
|
|
pipenv --completion 2>/dev/null | source
|
|
end
|