This commit is contained in:
death916 2025-05-20 05:13:56 -07:00
parent 3487826339
commit acc0dad0ef

View file

@ -110,25 +110,14 @@ in
description = "Shows the active Flox environment name"; description = "Shows the active Flox environment name";
}; };
# --- MODIFIED FORMAT STRING --- # --- MODIFIED FORMAT STRING (Single Line) ---
format = '' format = "$username$hostname$directory$git_branch$git_status$conda$env_var.flox_active_env$nix_shell$cmd_duration$status$character";
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$conda\
$env_var.flox_active_env\
$nix_shell\
$cmd_duration\
$status\
$character\
''; # Note the closing double single quote
# --- END MODIFIED FORMAT STRING --- # --- END MODIFIED FORMAT STRING ---
}; };
}; };
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {