ma zsh: revert back to TERM=xterm

This commit is contained in:
makefu 2019-02-05 22:33:09 +01:00
parent d47dcb0782
commit 0132d371e6
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -86,7 +86,8 @@
share = true;
};
sessionVariables = {
TERM = "rxvt-unicode-256color";
# TERM = "rxvt-unicode-256color";
TERM = "xterm";
LANG = "en_US.UTF8";
LS_COLORS = ":di=1;31:";
EDITOR = "vim";