summaryrefslogtreecommitdiffstats
path: root/2configs/home-manager
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-02-05 22:33:09 +0100
committermakefu <github@syntax-fehler.de>2019-02-05 22:33:09 +0100
commit40df9a7677533ef87a1527b908e83583cae8e870 (patch)
treef435c8f58ee2a93ed94612375648104531aa1aca /2configs/home-manager
parentb270cc62436d0364c3279acaa89cd7ffb3552d82 (diff)
ma zsh: revert back to TERM=xterm
Diffstat (limited to '2configs/home-manager')
-rw-r--r--2configs/home-manager/zsh.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/home-manager/zsh.nix b/2configs/home-manager/zsh.nix
index 59658e667..6c7b632e1 100644
--- a/2configs/home-manager/zsh.nix
+++ b/2configs/home-manager/zsh.nix
@@ -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";