From 90ebe60b451afaabeb8f60fb611c9eebb5e396fa Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 6 Jul 2023 15:42:19 +0300 Subject: [PATCH] home/shell: add hostname --- home/modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 95c1dc7..296c313 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -34,6 +34,7 @@ add_newline = true; format = lib.concatStrings [ + "$hostname" "$directory" "$git_branch" "$git_commit"