Make tmux rename windows
This commit is contained in:
parent
cdb768a506
commit
4e25ca2f4b
|
@ -29,6 +29,9 @@ with lib; {
|
|||
extraConfig = ''
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
set-option -g status-interval 1
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#{pane_current_path}: #{pane_current_command}'
|
||||
'';
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue