ma zsh: revert back to TERM=xterm
This commit is contained in:
parent
b270cc6243
commit
40df9a7677
|
@ -86,7 +86,8 @@
|
||||||
share = true;
|
share = true;
|
||||||
};
|
};
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
TERM = "rxvt-unicode-256color";
|
# TERM = "rxvt-unicode-256color";
|
||||||
|
TERM = "xterm";
|
||||||
LANG = "en_US.UTF8";
|
LANG = "en_US.UTF8";
|
||||||
LS_COLORS = ":di=1;31:";
|
LS_COLORS = ":di=1;31:";
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
|
|
Loading…
Reference in a new issue