mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-27 02:51:44 -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",
|
||||
"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"
|
||||
},
|
||||
"style": "plain",
|
||||
|
|
Loading…
Reference in a new issue