Merge pull request #1994 from Novite5/master

"pipenv --completion" is obsoleted
This commit is contained in:
Noah Gorny
2021-12-18 21:52:29 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
# shellcheck shell=bash
if _command_exists pipenv; then
eval "$(pipenv --completion)"
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
fi