diff --git a/ohmyposh/.config/ohmyposh/zen.toml b/ohmyposh/.config/ohmyposh/zen.toml index e47760f..e064e9c 100644 --- a/ohmyposh/.config/ohmyposh/zen.toml +++ b/ohmyposh/.config/ohmyposh/zen.toml @@ -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'