diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 18:54:21 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 18:54:21 -0400 |
commit | cb0e1ba8bfae1c99d71402b6c1c80522f596ba52 (patch) | |
tree | 32da0e9310105b7edc0bc7072a7d5414a89dc8e2 /.tmux.conf | |
parent | xinitrc for darwin (diff) |
drop tmux powerline
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -45,8 +45,6 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 100 set-option -g status-right-length 100 -# set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" -# 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]▶" |