mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
fix tmux resurrect
This commit is contained in:
parent
458778c860
commit
8b029fb53b
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
extraConfig = ''
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '5'
|
||||
set -g status-right ""
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
|
@ -88,7 +89,7 @@ in
|
|||
set-option -g status-position bottom
|
||||
set-option -g status-justify left
|
||||
set-option -g status-left ""
|
||||
set-option -g status-right "#(~/.config/tmux/session-list.sh)"
|
||||
set-option -ga status-right "#(~/.config/tmux/session-list.sh)"
|
||||
set-option -g status-left-length 100
|
||||
set-option -g status-right-length 100
|
||||
source-file "${theme.paths.tmuxCurrentFile}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue