mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-14 07:30:39 +01:00
Merge pull request #89 from Killmax/patch-1
Forces time to respect $BULLETTRAIN_TIME_12HR flag regardless of localization
This commit is contained in:
@@ -426,7 +426,7 @@ prompt_time() {
|
||||
if [[ $BULLETTRAIN_TIME_12HR == true ]]; then
|
||||
prompt_segment $BULLETTRAIN_TIME_BG $BULLETTRAIN_TIME_FG %D{%r}
|
||||
else
|
||||
prompt_segment $BULLETTRAIN_TIME_BG $BULLETTRAIN_TIME_FG %D{%X}
|
||||
prompt_segment $BULLETTRAIN_TIME_BG $BULLETTRAIN_TIME_FG %D{%T}
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user