diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-02-23 23:54:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 20:54:44 +0000 |
commit | 14dc170caafc47a46d4c040a17829b52d431bbcd (patch) | |
tree | f80ec021c566822775eae3bac6dbe0d83f859bec | |
parent | fa11b56cf64dab52a2c7f3facc09d9b3a619bd81 (diff) | |
download | alacritty-14dc170caafc47a46d4c040a17829b52d431bbcd.tar.gz alacritty-14dc170caafc47a46d4c040a17829b52d431bbcd.zip |
Change documented default TERM to alacritty
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index e5521660..64785d02 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -10,7 +10,7 @@ # 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: xterm-256color + #TERM: alacritty #window: # Window dimensions (changes require restart) |