fix TERM (by setting it in foot, not {zsh,bash}rc

This commit is contained in:
Aminda Suomalainen 2025-10-03 09:22:50 +03:00
parent 639b464436
commit fb13f59f72
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 2 additions and 8 deletions

View File

@ -10,8 +10,8 @@ background=000000
cursor=282a36 ffffff cursor=282a36 ffffff
foreground=ffffff foreground=ffffff
#[environment] [environment]
#name=value TERM=foot
[tweak] [tweak]
render-timer=osd render-timer=osd

View File

@ -1018,9 +1018,6 @@ if [ -f ~/.bash_custom ]; then
source ~/.bash_custom source ~/.bash_custom
fi fi
#TODO: FIXME:
TERM=xterm-256color
# If $TMUX, then TERM is tmux-256color # If $TMUX, then TERM is tmux-256color
if [ -v TMUX ]; then if [ -v TMUX ]; then
TERM=tmux-256color TERM=tmux-256color

View File

@ -1011,9 +1011,6 @@ if [ -f ~/.warnings ]; then
source ~/.warnings source ~/.warnings
fi fi
#TODO: FIXME:
TERM=xterm-256color
# If $TMUX, then TERM is tmux-256color # If $TMUX, then TERM is tmux-256color
if [ -v TMUX ]; then if [ -v TMUX ]; then
TERM=tmux-256color TERM=tmux-256color