pipenv: toggle pipenv shell on startup

Fixes #9136
pull/9148/head
Marc Cornellà 2020-08-01 15:26:02 +02:00 committed by GitHub
parent 345cb99e5b
commit 4ab273e19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ _togglePipenvShell() {
}
autoload -U add-zsh-hook
add-zsh-hook chpwd _togglePipenvShell
_togglePipenvShell
# Aliases
alias pch="pipenv check"