starship character
This commit is contained in:
parent
4eddaea742
commit
f4d919b96d
1 changed files with 3 additions and 3 deletions
|
|
@ -60,10 +60,10 @@
|
|||
enableFishIntegration = true;
|
||||
settings = {
|
||||
add_newline = false;
|
||||
format = "$character[❯ ](green)";
|
||||
format = "$character";
|
||||
character = {
|
||||
error_symbol = "[✗](red)";
|
||||
success_symbol = "[](green)";
|
||||
error_symbol = "[ ](red)";
|
||||
success_symbol = "[ ](green)";
|
||||
};
|
||||
right_format = "$cmd_duration$git_branch$git_status$nix_shell";
|
||||
cmd_duration = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue