aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/profile b/profile
index ee600c9..407d512 100644
--- a/profile
+++ b/profile
@@ -6,6 +6,9 @@ export EDITOR=vim
export CT_PREFIX_DIR='~/.local/${CT_TARGET}'
export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng"
+# Python caching
+export PYTHONPYCACHEPREFIX="$HOME/.cache/pycache"
+
# Rest of the profile run only if login is from linux console
[[ "$(tty)" != /dev/tty* ]] && return