This commit is contained in:
Piotr Domański 2026-03-20 16:03:17 +01:00
parent ea74014351
commit 65d0acd168

View file

@ -71,7 +71,6 @@ set -g @plugin 'tinted-theming/base16-tmux'
set -g @colors-base16 'ocean' set -g @colors-base16 'ocean'
set -g status-left "[#{session_name}] "
set -g window-status-current-format "#I:#W [#{pane_index}/#{window_panes}]" set -g window-status-current-format "#I:#W [#{pane_index}/#{window_panes}]"
set -g window-status-format "#I:#W [#{pane_index}/#{window_panes}]" set -g window-status-format "#I:#W [#{pane_index}/#{window_panes}]"
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'