aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-02 23:29:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-02 23:37:04 +1200
commit26f4c33772cd3c5e177f71eefb67a23d91265067 (patch)
treec44a506cc831bd2b4cc01bcf6a6707521d849f66 /tmux
parentBump VERSION (diff)
downloaddotfiles-26f4c33772cd3c5e177f71eefb67a23d91265067.tar.gz
dotfiles-26f4c33772cd3c5e177f71eefb67a23d91265067.zip
Don't use tmux terminfo file for now
When running `ls` with color output on older Debian machines, using this terminfo file doesn't seem to show color, and I can't figure out why. Given I don't really understand the difference between the two at the moment, it's probably best just to keep using the screen one for now.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 257cee5f..2eb1665a 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -14,7 +14,7 @@ set-option -g update-environment 'COLORFGBG COLORTERM'
set-option -g default-command "$SHELL"
# Expect a 256-color terminal
-set-option -g default-terminal 'tmux-256color'
+set-option -g default-terminal 'screen-256color'
# Change the prefix to ^A rather than the default of ^B, because I'm a godless
# GNU Screen refugee, and also I like using ^B in my shell and in Vim more