From 4e55cab37e58215b3828d1f47ab43182fa401b34 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 17 Sep 2024 22:33:31 -0700 Subject: [PATCH] More customizations to prompt --- modules/home/tools/zsh/default.nix | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/modules/home/tools/zsh/default.nix b/modules/home/tools/zsh/default.nix index 52e51b2..8f9c25e 100644 --- a/modules/home/tools/zsh/default.nix +++ b/modules/home/tools/zsh/default.nix @@ -44,9 +44,22 @@ in { enable = true; catppuccin.enable = true; settings = { - format = '' - $all$fill$time$line_break$character - ''; + format = lib.concatStrings [ + "$os" + "$username" + "$hostname" + "$directory" + "$git_branch" + "$git_commit" + "$git_state" + "$git_metrics" + "$git_status" + "$fill" + "$all" + "$time" + "$line_break" + "$character" + ]; os.disabled = false; status.disabled = false;