From 8e8346d8a666336f60a88e2a0b731dab38d97e0b Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 5 Nov 2014 02:02:26 +0800 Subject: [PATCH] Remove hack for screen-256color in tmux. --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 28e6d8c..ed5627b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,7 +7,6 @@ set-option -g status-bg colour27 set-option -g status-fg white set-option -g window-status-current-bg colour28 # -set -g default-terminal "screen-256color" set -g status-interval 1 set -g status-right-length 50 set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S'