Add timezone support to right prompt.

Allow overriding the right prompt datestamp timezone:

```
set -g theme_date_timezone America/Los_Angeles
```
This commit is contained in:
Justin Hileman
2020-04-21 13:54:19 -07:00
parent 3b37ec9f0b
commit 6e75f31c3f
2 changed files with 3 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ set -g theme_title_display_path no
set -g theme_title_display_user yes
set -g theme_title_use_abbreviated_path no
set -g theme_date_format "+%a %H:%M"
set -g theme_date_timezone America/Los_Angeles
set -g theme_avoid_ambiguous_glyphs yes
set -g theme_powerline_fonts no
set -g theme_nerd_fonts yes