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";
};
# --- MODIFIED FORMAT STRING ---
format = ''
$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
# --- MODIFIED FORMAT STRING (Single Line) ---
format = "$username$hostname$directory$git_branch$git_status$conda$env_var.flox_active_env$nix_shell$cmd_duration$status$character";
# --- END MODIFIED FORMAT STRING ---
};
};
programs.alacritty = {
enable = true;
settings = {