commit 2e992a803b817678ec571b3e18ca293ab0211a0f parent 54ed8083cda2890501c052d225d4649ced88d7d8 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 1 Jun 2025 19:18:03 +0200 256colors in gnu screen Diffstat:
zsh/zshrc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/zsh/zshrc b/zsh/zshrc @@ -252,3 +252,6 @@ bindkey '^U' backward-kill-line LS_COLORS=$LS_COLORS:'di=0;94:' export LS_COLORS +# try to fix problems with GNU screen and 256 colors +# https://askubuntu.com/a/87180 +export TERM=rxvt-unicode-256color