From 6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 5 Feb 2026 09:01:02 +0100 Subject: Disable python repl colors --- .bashrc-local | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc-local b/.bashrc-local index 95d4b02..b9d9858 100644 --- a/.bashrc-local +++ b/.bashrc-local @@ -17,6 +17,7 @@ export BROWSER=firefox export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" +export PYTHON_COLORS=0 # Locale overrides export LC_COLLATE="C" -- cgit v1.3