From 88266b040f4a3d22b0911c7f8cb373c3589ed5d3 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 29 Jul 2026 17:46:43 +0100 Subject: [PATCH] added server02 hostname block to ohmyposh --- modules/features/zsh/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/features/zsh/config.toml b/modules/features/zsh/config.toml index f8d15ed..7c6eabd 100644 --- a/modules/features/zsh/config.toml +++ b/modules/features/zsh/config.toml @@ -34,6 +34,11 @@ template = ''' {{- end -}} ''' + [[blocks.segments]] # Hostname + type = 'text' + style = 'plain' + template = '{{ if eq .HostName "server02" }}󰒋 {{.HostName}} <#7f849c>| {{ end }}' + [[blocks.segments]] # Python venv type = 'text' style = 'plain'