diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-12-13 14:42:39 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-12-13 14:42:39 +0100 |
commit | 354abc4bca4f7e538ce0036ca0597565e9d04b5f (patch) | |
tree | 0eda18c81677a11ba6ed18af218eab4f854bea0a /.config/alacritty | |
parent | 1487c1bad7c0b51173c92aeabb824e6d31e21880 (diff) |
Vim colours working correctly in tmux
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index d7bc3d6..4bf44b3 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -13,14 +13,14 @@ # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -#env: +env: # TERM variable # # This value is used to set the `$TERM` environment variable for # each instance of Alacritty. If it is not present, alacritty will # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. -#TERM: alacritty + TERM: xterm-256color window: # Window dimensions (changes require restart) # |