From 6ba202edd3c77252ebb6e59eadc5fd080a1eaceb Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:20:07 -0500 Subject: [PATCH] fixed zsh prompt --- modules/home-manager/programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/programs/zsh.nix b/modules/home-manager/programs/zsh.nix index 5ad976e..965b6e2 100644 --- a/modules/home-manager/programs/zsh.nix +++ b/modules/home-manager/programs/zsh.nix @@ -7,6 +7,7 @@ enableCompletion = true; autosuggestion.enable = true; # syntaxHighlighting.enable = true; + initContent = "HOST=$(hostname -s)"; dotDir = "${config.xdg.configHome}/zsh"; history = { append = true;