Allow overriding the right prompt date format.

set -g theme_date_format "+%a %H:%M"

… or something like that :)

See #11
This commit is contained in:
Justin Hileman
2015-10-13 13:39:52 -07:00
parent 0b9dc24eec
commit 00f5578311
3 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ set -g theme_display_hg yes
set -g theme_display_virtualenv no
set -g theme_display_ruby no
set -g theme_display_user yes
set -g theme_date_format "+%a %H:%M"
set -g default_user your_normal_user
```