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