test starship config
This commit is contained in:
parent
27caa10b74
commit
1926d0ddc3
|
@ -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 = {
|
||||
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" = " ";
|
||||
|
|
Loading…
Reference in a new issue