[FIX] fixed tmux nvim colors
This commit is contained in:
parent
d13a0aa172
commit
e2a731b704
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import:
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty itself.
|
# set by alacritty itself.
|
||||||
env:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: tmux-256color
|
||||||
#
|
#
|
||||||
# This value is used to set the `$TERM` environment variable for
|
# This value is used to set the `$TERM` environment variable for
|
||||||
# each instance of Alacritty. If it is not present, alacritty will
|
# each instance of Alacritty. If it is not present, alacritty will
|
||||||
|
|
Loading…
Reference in a new issue