diff options
-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" |