From d7c6e5bea9affa8562935e04bf1b6df0d37afd2e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 26 Mar 2013 19:01:45 -0400 Subject: Update tmux to use 256 colours, don't source powerlinerc --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index bdba8a0..3cd0926 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,3 @@ -source-file ~/.tmux-powerlinerc - setw -g automatic-rename set-option -g prefix C-t @@ -53,3 +51,6 @@ set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" set-option -g status-bg colour235 set-option -g status-fg colour254 set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]▶#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]▶" + +# Use 256 colours +set -g default-terminal "screen-256color" -- cgit v1.2.3