test starship config

This commit is contained in:
Frost-Phoenix 2023-11-06 23:38:38 +01:00
parent 27caa10b74
commit 1926d0ddc3

View file

@ -9,16 +9,30 @@
settings = {
format = lib.concatStrings [
# "$directory"
# "$git_branch"
# "$git_status"
# "$nix_shell"
"$directory"
"$git_branch"
"$git_status"
"$nix_shell"
"$git_metrics"
"$time"
"\n"
"$character"
];
# character = {
# success_symbol = "[ ](bold #89dceb)[](bold green)";
# error_symbol = "[ ](bold #89dceb)[](bold red)";
# };
directory = {
format = "[ $path ]($style)";
style = "bold #74c7ec";
};
character = {
# success_symbol = "[ ](bold #89dceb)[](bold green)";
# error_symbol = "[ ](bold #89dceb)[](bold red)";
success_symbol = "[ ](bold #89dceb)[](bold green)";
error_symbol = "[ ](bold #89dceb)[](bold red)";
};
# directory.substitutions = {
# "Documents" = " ";