starship status changes

This commit is contained in:
William 2024-10-01 13:12:53 -03:00
parent 89c8784d49
commit b0aea01988

View file

@ -65,12 +65,15 @@
enableFishIntegration = true;
settings = {
add_newline = false;
format = "$character";
format = ''
$directory$git_branch$git_status$nix_shell
[ ](bold green)
'';
right_format = "$cmd_duration$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 = {
format = "[󰄉 $duration ]($style)";
style = "yellow";