starship character

This commit is contained in:
William 2024-09-22 13:38:07 -03:00
parent 4eddaea742
commit f4d919b96d

View file

@ -60,9 +60,9 @@
enableFishIntegration = true;
settings = {
add_newline = false;
format = "$character[ ](green)";
format = "$character";
character = {
error_symbol = "[](red)";
error_symbol = "[ 󱐋](red)";
success_symbol = "[ 󱐋](green)";
};
right_format = "$cmd_duration$git_branch$git_status$nix_shell";