aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorAnders Rasmussen <divinegod@gmail.com>2017-02-14 13:22:59 +1100
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-14 08:53:18 -0800
commitc49d4a936553135f6326e91e62445a5e04186a80 (patch)
tree8cd0d6b595e23f543c36c8a5f85de99478796fe8 /alacritty.yml
parent24c32dc4004d1c67fe95f418b7737ec393898208 (diff)
downloadalacritty-c49d4a936553135f6326e91e62445a5e04186a80.tar.gz
alacritty-c49d4a936553135f6326e91e62445a5e04186a80.zip
Add TERM config entry
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml13
1 files changed, 13 insertions, 0 deletions
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: