Change default pylint data storage location

This commit is contained in:
Kenneth Benzie 2019-12-10 12:16:44 +00:00
parent 6eec18c98e
commit 39a4d589b3

4
zshenv
View File

@ -60,8 +60,10 @@ export GTEST_BREAK_ON_FAILURE=0
# Force CTest to verbose output
export CTEST_OUTPUT_ON_FAILURE=1
# User ~/.local/share for persistent pylint data
export PYLINTHOME=~/.local/share/pylint
# Disable virtualenv prompt
VIRTUAL_ENV_DISABLE_PROMPT=1
export VIRTUAL_ENV_DISABLE_PROMPT=1
# If pinentry-curses exists, use it for lastpass-cli
which pinentry-curses &> /dev/null && \