From 345beb58855115f0439e9b93e1c6e4f10645c029 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 16 Jun 2024 00:08:59 -0400 Subject: [PATCH] 752 current 2024-06-16 00:08:57 24.11.20240615.24b048f 6.9.3-zen1 * --- modules/home/apps/tools/ohmyposh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/apps/tools/ohmyposh/default.nix b/modules/home/apps/tools/ohmyposh/default.nix index 28f9715..584dfa5 100644 --- a/modules/home/apps/tools/ohmyposh/default.nix +++ b/modules/home/apps/tools/ohmyposh/default.nix @@ -43,7 +43,7 @@ in { foreground = "p:text"; "powerline_symbol" = ""; style = "diamond"; - template = "{{ .UserName }}@{{ .HostName }}"; + template = "{{ .UserName }}@{{ .HostName }} "; type = "session"; } { @@ -56,7 +56,7 @@ in { }; "powerline_symbol" = ""; style = "powerline"; - template = " {{ .Path }}"; + template = " {{ .Path }} "; type = "path"; } {