diff options
author | makefu <github@syntax-fehler.de> | 2019-02-05 22:33:09 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-02-05 22:33:09 +0100 |
commit | 0132d371e6403f19bd8d188e8af836c9303db3fc (patch) | |
tree | 98aac0b0795bb94b344b728649e143ccd574be20 /makefu/2configs/home-manager/zsh.nix | |
parent | d47dcb07825f548c76323143d6f3e04d6a9c773e (diff) |
ma zsh: revert back to TERM=xterm
Diffstat (limited to 'makefu/2configs/home-manager/zsh.nix')
-rw-r--r-- | makefu/2configs/home-manager/zsh.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/home-manager/zsh.nix b/makefu/2configs/home-manager/zsh.nix index 59658e667..6c7b632e1 100644 --- a/makefu/2configs/home-manager/zsh.nix +++ b/makefu/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"; |