From 077959b5ff905debb6950d562a1df30b477c4000 Mon Sep 17 00:00:00 2001 From: death916 Date: Fri, 30 May 2025 02:58:07 -0700 Subject: [PATCH] flox format --- home-manager/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 4c4455d..67bee11 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -101,9 +101,9 @@ in }; custom.flox_prompt_indicator = { - description = "Shows the active Flox environment name"; - command = ''if [ -n "$FLOX_PROMPT_ENVIRONMENTS" ]; then echo -n "via [❄️ $FLOX_PROMPT_ENVIRONMENTS](bold blue) "; else echo -n ""; fi''; - # when = ''test -n "$FLOX_PROMPT_ENVIRONMENTS"''; # REMOVED FOR TESTING + description = "Shows the active Flox environment name (FORCED OUTPUT TEST)"; + command = ''echo -n "FORCED_OUTPUT"''; # FORCED OUTPUT TEST + # when = ''test -n "$FLOX_PROMPT_ENVIRONMENTS"''; # 'when' remains removed format = "$output"; shell = "bash"; };