Skip to content

Instantly share code, notes, and snippets.

@kmatt
Created April 30, 2024 14:46
Show Gist options
  • Save kmatt/4aa7ace8818af1be2af7e95731c4492b to your computer and use it in GitHub Desktop.
Save kmatt/4aa7ace8818af1be2af7e95731c4492b to your computer and use it in GitHub Desktop.
Multiple timezones in tmux status bar
set-option -g status-right '#{client_tty} (#(TZ=US/Mountain date +%%H:%%M)MT #(TZ=UTC date +%%H:%%M)Z) %Y-%m-%d %H:%M'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment