diff --git a/tmux.conf b/tmux.conf index f2deda4..7d28f6a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -127,7 +127,7 @@ if -b '[ "$WSLENV" = "" ]' \ # Left status style if -b '[ "$WSL_DISTRO_NAME" != "" ]' \ 'setw -g status-left " #(hostname)|#{WSL_DISTRO_NAME}|#{session_name}"' \ - 'setw -g status-left " #(hostname)|#{session_name}"' + 'setw -g status-left " #(hostname -s)|#{session_name}"' setw -g status-left-style fg=colour240,bg=colour233 setw -g status-left-length 32