From aa166a218563994f8ef041e167af62bdab902eb3 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 11 Dec 2017 08:38:20 +0100 Subject: default to 256 color term --- home/.Xresources | 2 +- home/.zshrc.local | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/.Xresources b/home/.Xresources index 66e0490..e53cfa9 100644 --- a/home/.Xresources +++ b/home/.Xresources @@ -45,7 +45,7 @@ XTerm*scrollTtyOutput: false URxvt*transparent: true URxvt*geometry: 80x25 URxvt*title: terminal -URxvt*termName: rxvt +URxvt*termName: rxvt-256color URxvt*depth: 32 URxvt*background: rgba:0000/0000/0000/ffff diff --git a/home/.zshrc.local b/home/.zshrc.local index c34a0d8..382d948 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -67,6 +67,7 @@ else export BROWSER="links" export BATTERY=0 fi +export TERM=rxvt-256color alias vim="vim -p" alias gvim="gvim -p" -- cgit v1.2.3