mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(style): shell command to display time properly
This commit is contained in:
parent
9e68535846
commit
b0ac5e3cc7
|
@ -43,7 +43,7 @@
|
||||||
{
|
{
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
"properties": {
|
"properties": {
|
||||||
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S",
|
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
|
||||||
"shell": "bash"
|
"shell": "bash"
|
||||||
},
|
},
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
|
|
Loading…
Reference in a new issue