completion: pip: Lint all pip files and clarify comment

This commit is contained in:
Noah Gorny
2021-01-16 22:33:37 +02:00
parent 7959acddd9
commit 5df1e653d9
4 changed files with 18 additions and 13 deletions

View File

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