This commit is contained in:
death916 2025-05-20 05:17:24 -07:00
parent acc0dad0ef
commit 0a4c012ae7

View file

@ -110,9 +110,7 @@ in
description = "Shows the active Flox environment name";
};
# --- 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 ---
format = ''$directory $git_branch $conda$env_var.flox_active_env$nix_shell$cmd_duration$status$character'';
};
};