From 5554cd85a85e2909f2318b8e52acd4f58e3090c6 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 06:38:37 -0400 Subject: [PATCH] 155 current 2025-06-03 06:38:22 25.11.20250531.910796c 6.15.0 * --- home/home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index 1d5a5b0..58fdc64 100644 --- a/home/home.nix +++ b/home/home.nix @@ -236,15 +236,17 @@ enable = true; enableBashIntegration = true; settings = { - hostname = { - ssh_only = false; - }; line_break = { disabled = true; }; username = { + format = "[$user]($style)@"; show_always = true; }; + hostname = { + format = "[$ssh_symbol$hostname]($style) "; + ssh_only = false; + }; }; };