starship status changes
This commit is contained in:
parent
89c8784d49
commit
b0aea01988
1 changed files with 7 additions and 4 deletions
|
|
@ -65,12 +65,15 @@
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
format = "$character";
|
format = ''
|
||||||
|
$directory$git_branch$git_status$nix_shell
|
||||||
|
[ ❯ ](bold green)
|
||||||
|
'';
|
||||||
|
right_format = "$cmd_duration$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";
|
|
||||||
cmd_duration = {
|
cmd_duration = {
|
||||||
format = "[ $duration ]($style)";
|
format = "[ $duration ]($style)";
|
||||||
style = "yellow";
|
style = "yellow";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue