diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 5c79d8e..e03c4fa 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set -g mouse on set-option -g status-position top +set-option -g status-left "#[default]" set-option -g status-right "" set-option -g status-style "none" set-window-option -g window-status-current-style "fg=green" \ No newline at end of file