Update pipenv updated

This commit is contained in:
blallo 2023-05-12 17:56:28 +02:00
parent ea4d127103
commit 8838e4f3e0

View file

@ -13,7 +13,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
pipenv --completion > ${currpath}/compiled/pipenv.zsh
_PIPENV_COMPLETE=zsh_source pipenv > ${currpath}/compiled/pipenv.zsh
if [ ! -d ~/.config/zsh ]; then
mkdir -p ~/.config/zsh
fi