Add hostname to tmux
This commit is contained in:
parent
30fed0d178
commit
0ed8b2069b
3 changed files with 51 additions and 23 deletions
|
|
@ -42,7 +42,7 @@
|
|||
set -g status-left-length 40
|
||||
set -g status-right-length 30
|
||||
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
|
||||
set -g status-right '#{?pane_in_mode,[COPY],} %H:%M '
|
||||
set -g status-right '#{?pane_in_mode,[COPY],} #H | %H:%M '
|
||||
|
||||
# Window status format
|
||||
set -g window-status-format ' #I:#W '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue