diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 | ||||
-rw-r--r-- | .config/tmux/tmux.conf | 3 |
2 files changed, 4 insertions, 3 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) # diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 75fb8c8..c1812f0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal screen-256color +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" set -g base-index 1 set -g status-keys vi set -g history-limit 10000 |