ma zsh: revert back to TERM=xterm
This commit is contained in:
parent
d47dcb0782
commit
0132d371e6
@ -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 New Issue
Block a user