add fhs starship indicator

This commit is contained in:
caandt 2025-01-03 18:31:42 -05:00
parent 2f3e7c8370
commit 4b1f9949d3

View file

@ -25,6 +25,7 @@
"$jobs"
"$shlvl"
"$status"
"\${env_var.FHS}"
"$nix_shell"
"$character"
];
@ -68,6 +69,8 @@
cmd_duration.format = "[\\[$duration\\]]($style) ";
hostname.format = "[ @$hostname ](bg:c2)";
python.format = "([\\[$virtualenv\\]]($style) )";
env_var.FHS.variable = "FHS";
env_var.FHS.format = "[\\(fhs\\)](bold) ";
};
};
}