Skip to content

Commit 824a4f4

Browse files
committed
harm
1 parent 74efcd2 commit 824a4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/gitline/powerline.base.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function __powerline_wd_prompt() {
175175
function __powerline_clock_prompt() {
176176
local -i fg_color=206
177177

178-
echo "$(date +"${THEME_CLOCK_FORMAT?}")|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
178+
echo "\D{${THEME_CLOCK_FORMAT?}}|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
179179
}
180180

181181
function __powerline_battery_prompt() {

0 commit comments

Comments
 (0)