modules/theme: update starship prompt symbols
This commit is contained in:
parent
252ecaff8b
commit
a545d1401f
1 changed files with 3 additions and 1 deletions
|
@ -295,8 +295,10 @@ in {
|
||||||
|
|
||||||
starship.settings = {
|
starship.settings = {
|
||||||
character = {
|
character = {
|
||||||
|
format = "$symbol ";
|
||||||
success_symbol = "[➜](bold green)";
|
success_symbol = "[➜](bold green)";
|
||||||
error_symbol = "[➜](bold red)";
|
error_symbol = "[✗](bold red)";
|
||||||
|
vicmd_symbol = "[](bold green)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue