move TERM dfinition to base config
This commit is contained in:
parent
d67d51a967
commit
c90556e0b9
|
|
@ -1,6 +1,10 @@
|
||||||
[general]
|
[general]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
|
[env]
|
||||||
|
# TERM = "xterm-256color"
|
||||||
|
TERM = "alacritty"
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
animation = "EaseOutExpo"
|
animation = "EaseOutExpo"
|
||||||
duration = 0
|
duration = 0
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,6 @@ yellow = "#e1a574"
|
||||||
background = "#27292c"
|
background = "#27292c"
|
||||||
foreground = "#a9abaa"
|
foreground = "#a9abaa"
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 11.0
|
size = 11.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@ yellow = "0x5f8700"
|
||||||
background = "0xeeeeee"
|
background = "0xeeeeee"
|
||||||
foreground = "0x878787"
|
foreground = "0x878787"
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 13.0
|
size = 13.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@ yellow = "0x5f8700"
|
||||||
background = "0xeeeeee"
|
background = "0xeeeeee"
|
||||||
foreground = "0x878787"
|
foreground = "0x878787"
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9.0
|
size = 9.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@ yellow = "0x5f8700"
|
||||||
background = "0xeeeeee"
|
background = "0xeeeeee"
|
||||||
foreground = "0x878787"
|
foreground = "0x878787"
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 11.0
|
size = 11.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,6 @@ yellow = "#e1a574"
|
||||||
background = "#27292c"
|
background = "#27292c"
|
||||||
foreground = "#a9abaa"
|
foreground = "#a9abaa"
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9.0
|
size = 9.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue