diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index 898c4ee..4266467 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -44,8 +44,8 @@ setw -g pane-base-index 1 # start pane numbering from 1 set -g status-left-length 32 set -g status-right-length 32 set -g status-justify centre -set -g status-left '@#h ⧉ #S' # @host ⧉session -set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time +set -g status-left '@#h §#S' # @host §session +set -g status-right '%Y-%m-%d %H:%M' # date time # 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