From c49d4a936553135f6326e91e62445a5e04186a80 Mon Sep 17 00:00:00 2001 From: Anders Rasmussen Date: Tue, 14 Feb 2017 13:22:59 +1100 Subject: Add TERM config entry --- alacritty.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index 53541e59..ba44cf11 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -1,4 +1,17 @@ # Configuration for Alacritty, the GPU enhanced terminal emulator + + +# Any items in the `env` entry below will be added as +# environment variables. Some entries may override variables +# set by alacritty it self. +env: + # TERM env customization. Default is xterm-256color + # Note: the default TERM value `xterm-256color` does not + # specify all features alacritty supports. This does pose + # a few issues with programs relying on terminfo and the + # `tput` command + TERM: xterm-256color + # Window dimensions in character columns and lines # (changes require restart) dimensions: -- cgit v1.2.3-54-g00ecf