add username to ohmyposh config

This commit is contained in:
liph
2026-02-06 15:06:49 +01:00
parent e32afefde9
commit 84b025eb0e

View File

@@ -27,6 +27,13 @@ background = 'transparent'
type = 'text'
style = 'plain'
[[blocks.segments]]
template = '{{ .UserName }} '
foreground = 'magenta'
background = 'transparent'
type = 'text'
style = 'plain'
[[blocks.segments]]
template = '{{ .Path }}'
foreground = 'blue'