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";
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue