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;