mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
starship
This commit is contained in:
parent
3487826339
commit
acc0dad0ef
1 changed files with 3 additions and 14 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue