mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
fix TERM (by setting it in foot, not {zsh,bash}rc
This commit is contained in:
parent
639b464436
commit
fb13f59f72
@ -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
|
||||||
|
@ -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
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user