tmux: Fix error on old (<3.3) versions

This commit is contained in:
2022-07-02 12:19:47 +02:00
parent 86d55197cb
commit 8209b459d8

View File

@@ -45,11 +45,11 @@ set -ga terminal-overrides ",alacritty:Tc"
setw -g pane-border-status bottom
setw -g pane-border-format ''
set-option -w -g -q pane-border-lines double;
set-option -w -g -q pane-border-indicators colour;
setw -g pane-border-lines double
setw -g pane-border-style "fg=#555555"
setw -g pane-active-border-style "fg=#e5b567"
setw -g pane-border-indicators colour
set-option -g status-style bg=default