diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-26 19:01:45 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-26 19:01:45 -0400 |
commit | d7c6e5bea9affa8562935e04bf1b6df0d37afd2e (patch) | |
tree | 8b57cd4ea048b4be3e1ecb78ac13d09f77bca0f8 /.tmux.conf | |
parent | Update icd, dpr to also work on OpenBSD (diff) |
Update tmux to use 256 colours, don't source powerlinerc
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |