mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: correct sample config for displaying minutes
This commit is contained in:
parent
b0ac5e3cc7
commit
2772439cd1
|
@ -33,7 +33,7 @@ error). The `&&` functionality will join the output of the commands when success
|
|||
"foreground": "#ffffff",
|
||||
"properties": {
|
||||
"shell": "bash",
|
||||
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S"
|
||||
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue