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,23 +8,9 @@
enableNushellIntegration = true;
settings = {
# format = lib.concatStrings [
# # "$directory"
# # "$git_branch"
# # "$git_status"
# # "$nix_shell"
# "$directory"
# "$git_branch"
# "$git_status"
# "$git_metrics"
# "$time"
# "\n"
# "$character"
# ];
directory = {
format = "[ $path ]($style)";
style = "bold #b4befe";
style = "bold #94e2d5";
};
character = {