summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2017-12-11 08:38:20 +0100
committerDavid Kaufmann <astra@ionic.at>2017-12-11 08:39:15 +0100
commitaa166a218563994f8ef041e167af62bdab902eb3 (patch)
tree36946c2117048fcb3a3c89f9d31da3659617909e
parent54e6915f91c151a048cd760b4f25f0c2c8902583 (diff)
downloadconfig-aa166a218563994f8ef041e167af62bdab902eb3.tar.gz
default to 256 color term
-rw-r--r--home/.Xresources2
-rw-r--r--home/.zshrc.local1
2 files changed, 2 insertions, 1 deletions
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"