commit c43f5b4bcdb24c184d8cfed83be041fe2e78d326
parent 7b675a329ff112de4f1224dad7f06d1c5612f8c3
Author: Toni Brown <me@tb148.eu.org>
Date: Thu, 30 Oct 2025 00:04:57 +0800
update shell prompt again
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/starship.nix b/starship.nix
@@ -17,7 +17,6 @@
"[ ](bg:yellow fg:peach)"
"$git_branch"
"[ ](bg:green fg:yellow)"
- "$git_commit"
"$git_state"
"$git_status"
"[ ](bg:sapphire fg:green)"
@@ -35,7 +34,6 @@
symbols.NixOS = " ";
};
username = {
- show_always = true;
format = "[$user ]($style)";
style_user = "bg:red fg:crust";
style_root = "bg:red fg:crust";
@@ -70,6 +68,7 @@
cmd_duration = {
format = "[$duration ]($style)";
style = "bg:mauve fg:crust";
+ show_milliseconds = true;
};
character = {
success_symbol = "[❯](bold fg:green)";