From 8838e4f3e09379d207ea3d236bacecbac439c688 Mon Sep 17 00:00:00 2001 From: blallo Date: Fri, 12 May 2023 17:56:28 +0200 Subject: [PATCH] Update pipenv updated --- update_pipenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_pipenv.sh b/update_pipenv.sh index 14cf37f..46c5ed9 100755 --- a/update_pipenv.sh +++ b/update_pipenv.sh @@ -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