diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-02-05 09:01:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-02-05 09:01:02 +0100 |
| commit | 6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f (patch) | |
| tree | 80110ba559a5a5a126cc437ae279311d2fe8a391 | |
| parent | 0a439e2791d9bfdee7c1c3d1cbcc2cb390294650 (diff) | |
| download | config-6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f.tar.gz config-6e4f65568cbf8cfad5e1bccb02db01880ef2ea5f.zip | |
Disable python repl colors
| -rw-r--r-- | .bashrc-local | 1 |
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 | |||
| 17 | export XDG_CONFIG_HOME="$HOME/.config" | 17 | export XDG_CONFIG_HOME="$HOME/.config" |
| 18 | export XDG_DATA_HOME="$HOME/.local/share" | 18 | export XDG_DATA_HOME="$HOME/.local/share" |
| 19 | export XDG_CACHE_HOME="$HOME/.cache" | 19 | export XDG_CACHE_HOME="$HOME/.cache" |
| 20 | export PYTHON_COLORS=0 | ||
| 20 | 21 | ||
| 21 | # Locale overrides | 22 | # Locale overrides |
| 22 | export LC_COLLATE="C" | 23 | export LC_COLLATE="C" |
