From 081f73046fb9a2676eed8ecfe904e92e75212bc7 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 00:44:24 +0200 Subject: [PATCH] ssh fix --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index ac1a2f6..bdbfecf 100644 --- a/amro.toml +++ b/amro.toml @@ -29,7 +29,7 @@ type = "prompt" [[blocks.segments]] foreground = "p:terminal-magenta" foreground_templates = [ - "{{if .SSHSession }}terminal-red{{end}}", + "{{if .SSHSession }}{{end}}", ] style = "plain" template = " {{ .UserName }}"