test starship config
This commit is contained in:
parent
c437a61fc4
commit
948fae3cf2
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue