From 84b025eb0eb7b02f9da247948e1dd02ea06bd89d Mon Sep 17 00:00:00 2001 From: liph Date: Fri, 6 Feb 2026 15:06:49 +0100 Subject: [PATCH] add username to ohmyposh config --- ohmyposh/.config/ohmyposh/zen.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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'