Skip to content

Commit

Permalink
fix: tmux window names
Browse files Browse the repository at this point in the history
  • Loading branch information
ccchapman committed Aug 15, 2020
1 parent 5662f36 commit b058d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set-option -g status-position top
set -g status-bg colour239
set-window-option -g window-status-style bg=colour239,fg=colour243
set-window-option -g window-status-current-style bg=colour239,fg=colour2
setw -g window-status-current-format '#{pane_current_command}'
setw -g window-status-format '#{pane_current_command}'
setw -g window-status-current-format '#W'
setw -g window-status-format '#W'
set -g status-left " "
set -g status-right " "

0 comments on commit b058d4e

Please sign in to comment.