chore(home-manager): rework starship pompt configuration regarding mode
This commit is contained in:
parent
ca3b35afc0
commit
d161cef250
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ in
|
||||||
format = "[$read_only]($read_only_style)[$path]($style) ";
|
format = "[$read_only]($read_only_style)[$path]($style) ";
|
||||||
};
|
};
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[](purple)";
|
success_symbol = "[](green)";
|
||||||
error_symbol = "[](red)";
|
error_symbol = "[](red)";
|
||||||
vimcmd_symbol = "[](green)";
|
vimcmd_symbol = "[](blue)";
|
||||||
};
|
};
|
||||||
git_branch = {
|
git_branch = {
|
||||||
format = "[$branch]($style)";
|
format = "[$branch]($style)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue