From 39a4d589b3458689480b3dd2a603b850e7f72974 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 10 Dec 2019 12:16:44 +0000 Subject: [PATCH] Change default pylint data storage location --- zshenv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshenv b/zshenv index 2cfbb27..11db9a8 100644 --- a/zshenv +++ b/zshenv @@ -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 && \