add MYPY_CACHE location ENV var

This commit is contained in:
lelgenio 2020-11-28 02:27:26 -03:00
parent 06ec0bbfc5
commit a8fa5280ad
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ set -x PAGER less
# keep my dirs clean
set -x PYTHONPYCACHEPREFIX $HOME/.cache/python
set -x PYTHONPYCACHEPREFIX "$HOME/.cache/python"
set -x MYPY_CACHE_DIR "$HOME/.cache/mypy"
# end