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'