summaryrefslogtreecommitdiff
path: root/.bashrc-local
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-02-05 09:01:02 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-02-05 09:01:02 +0100
commit6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f (patch)
tree80110ba559a5a5a126cc437ae279311d2fe8a391 /.bashrc-local
parent0a439e2791d9bfdee7c1c3d1cbcc2cb390294650 (diff)
downloadconfig-6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f.tar.gz
config-6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f.zip
Disable python repl colors
Diffstat (limited to '.bashrc-local')
-rw-r--r--.bashrc-local1
1 files changed, 1 insertions, 0 deletions
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
17export XDG_CONFIG_HOME="$HOME/.config" 17export XDG_CONFIG_HOME="$HOME/.config"
18export XDG_DATA_HOME="$HOME/.local/share" 18export XDG_DATA_HOME="$HOME/.local/share"
19export XDG_CACHE_HOME="$HOME/.cache" 19export XDG_CACHE_HOME="$HOME/.cache"
20export PYTHON_COLORS=0
20 21
21# Locale overrides 22# Locale overrides
22export LC_COLLATE="C" 23export LC_COLLATE="C"

Generated with cgit - Back to sebastiano.tronto.net