This commit is contained in:
death916 2025-05-20 05:26:10 -07:00
parent 7680289a8d
commit 488b2b7a68

View file

@ -109,7 +109,9 @@ in
command = ''if [ -n "$FLOX_ENV_NAME" ]; then echo "via [ $FLOX_ENV_NAME](bold blue) "; fi'';
when = ''test -n "$FLOX_ENV_NAME"'';
format = ''$output'';
shell = ["bash", "-c"];
# --- MODIFIED LINE ---
shell = "bash";
# --- END MODIFIED LINE ---
};
format = ''$directory $git_branch $conda$custom.flox_prompt_indicator$nix_shell$cmd_duration$status$character'';
@ -120,6 +122,7 @@ in
programs.alacritty = {
enable = true;
settings = {