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;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
format = "$character[❯ ](green)";
|
format = "$character";
|
||||||
character = {
|
character = {
|
||||||
error_symbol = "[✗](red)";
|
error_symbol = "[ ](red)";
|
||||||
success_symbol = "[](green)";
|
success_symbol = "[ ](green)";
|
||||||
};
|
};
|
||||||
right_format = "$cmd_duration$git_branch$git_status$nix_shell";
|
right_format = "$cmd_duration$git_branch$git_status$nix_shell";
|
||||||
cmd_duration = {
|
cmd_duration = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue