ma zsh: revert back to TERM=xterm

This commit is contained in:
makefu 2019-02-05 22:33:09 +01:00
parent b270cc6243
commit 40df9a7677

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";