diff options
| -rw-r--r-- | home/.Xresources | 2 | ||||
| -rw-r--r-- | home/.zshrc.local | 1 |
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" |
