fish-shell/share/completions/pipenv.fish

3 lines
59 B
Fish

if command -sq pipenv
pipenv --completion | source
end