Minor tweak to tmux status line
This commit is contained in:
parent
95a32c15f9
commit
20eb03ae0a
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ setw -g pane-base-index 1 # start pane numbering from 1
|
||||||
set -g status-left-length 32
|
set -g status-left-length 32
|
||||||
set -g status-right-length 32
|
set -g status-right-length 32
|
||||||
set -g status-justify centre
|
set -g status-justify centre
|
||||||
set -g status-left '@#h ⧉ #S' # @host ⧉session
|
set -g status-left '@#h §#S' # @host §session
|
||||||
set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time
|
set -g status-right '%Y-%m-%d %H:%M' # date time
|
||||||
|
|
||||||
# The shell will increment SHLVL by one when it is started -> unsetting this
|
# The shell will increment SHLVL by one when it is started -> unsetting this
|
||||||
# variable here removes any memory of nesting before tmux was executed and will
|
# variable here removes any memory of nesting before tmux was executed and will
|
||||||
|
|
Loading…
Add table
Reference in a new issue