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