From 702f227d5b5aace9a1353095ff9f774dc5a3c7a5 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 23 Dec 2023 20:14:12 -0700 Subject: [PATCH] Update: __pycache__ removal envvar --- bash/.bash_env | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bash_env b/bash/.bash_env index b38ca90..3433d25 100644 --- a/bash/.bash_env +++ b/bash/.bash_env @@ -89,6 +89,7 @@ export RIPGREP_CONFIG_PATH=~/.config/ripgrep/config # Prevent __pycaches__ from forming export PYTHONDONTWRITEBYTECODE=1 +export PYTHONPYCACHEPREFIX=1 # Coloring ========================================================== # Truecolor support gives full rgb support. This looks something like: