Prefer pretty hostname

This commit is contained in:
Corey Smith
2025-07-23 10:57:16 -07:00
parent 690804b4ce
commit da201d0243

View File

@ -34,7 +34,7 @@ set -g status-interval 5
# Add a space to the beginning of the status bar
# This keeps the default session name '[#S]' and adds a space before it
set -g status-left-length 300
set -g status-left ' #[bold]  #{session_name}#[nobold] | #{user}@#{host} | #(curl -s ifconfig.me) | '
set -g status-left ' #[bold]  #{session_name}#[nobold] | #{user}@#(hostnamectl --pretty 2>/dev/null || hostname) | #(curl -s ifconfig.me) | '
# Add a space to the end of the status bar
# This keeps the default hostname and date/time, and adds a space after