From fb13f59f72a78f84d95ad4a08dd80d29fe3f1cf1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Oct 2025 09:22:50 +0300 Subject: [PATCH] fix TERM (by setting it in foot, not {zsh,bash}rc --- conf/foot/foot.ini | 4 ++-- rc/bashrc | 3 --- rc/zshrc | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/conf/foot/foot.ini b/conf/foot/foot.ini index f23aa2f3..3308c411 100644 --- a/conf/foot/foot.ini +++ b/conf/foot/foot.ini @@ -10,8 +10,8 @@ background=000000 cursor=282a36 ffffff foreground=ffffff -#[environment] -#name=value +[environment] +TERM=foot [tweak] render-timer=osd diff --git a/rc/bashrc b/rc/bashrc index 8f222cf5..af34f290 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -1018,9 +1018,6 @@ if [ -f ~/.bash_custom ]; then source ~/.bash_custom fi -#TODO: FIXME: -TERM=xterm-256color - # If $TMUX, then TERM is tmux-256color if [ -v TMUX ]; then TERM=tmux-256color diff --git a/rc/zshrc b/rc/zshrc index 19ab7bf3..d5c32fed 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -1011,9 +1011,6 @@ if [ -f ~/.warnings ]; then source ~/.warnings fi -#TODO: FIXME: -TERM=xterm-256color - # If $TMUX, then TERM is tmux-256color if [ -v TMUX ]; then TERM=tmux-256color