mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -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",
|
"foreground": "#ffffff",
|
||||||
"properties": {
|
"properties": {
|
||||||
"shell": "bash",
|
"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