chore(home-manager): rework starship pompt configuration regarding mode

This commit is contained in:
Yorick Barbanneau 2025-04-25 16:55:22 +02:00
parent ca3b35afc0
commit d161cef250
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA

View file

@ -22,9 +22,9 @@ in
format = "[$read_only]($read_only_style)[$path]($style) ";
};
character = {
success_symbol = "[](purple)";
success_symbol = "[](green)";
error_symbol = "[](red)";
vimcmd_symbol = "[](green)";
vimcmd_symbol = "[](blue)";
};
git_branch = {
format = "[$branch]($style)";