Workaround for pipenv 2018.7.1 zsh bug

Pipenv is currently not working if your shell is zsh, which is the default on Arch Linux. As a workaround add the following line to your .zshrc:

~/.zshrc:
   export PIPENV_SHELL="$SHELL"