test starship config

This commit is contained in:
Frost-Phoenix 2023-11-06 23:47:55 +01:00
parent c437a61fc4
commit 948fae3cf2

View file

@ -8,28 +8,14 @@
enableNushellIntegration = true; enableNushellIntegration = true;
settings = { settings = {
# format = lib.concatStrings [
# # "$directory"
# # "$git_branch"
# # "$git_status"
# # "$nix_shell"
# "$directory"
# "$git_branch"
# "$git_status"
# "$git_metrics"
# "$time"
# "\n"
# "$character"
# ];
directory = { directory = {
format = "[ $path ]($style)"; format = "[ $path ]($style)";
style = "bold #b4befe"; style = "bold #94e2d5";
}; };
character = { character = {
success_symbol = "[ ](bold #89dceb)[ ](bold green)"; success_symbol = "[](bold #89dceb)[ ](bold green)";
error_symbol = "[ ](bold #89dceb)[ ](bold red)"; error_symbol = "[](bold #89dceb)[ ](bold red)";
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
}; };