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; + }; }; };