config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f
parent 0a439e2791d9bfdee7c1c3d1cbcc2cb390294650
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu,  5 Feb 2026 09:01:02 +0100

Disable python repl colors

Diffstat:
M.bashrc-local | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"