test starship config
This commit is contained in:
parent
27caa10b74
commit
1926d0ddc3
|
@ -9,16 +9,30 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
|
# "$directory"
|
||||||
|
# "$git_branch"
|
||||||
|
# "$git_status"
|
||||||
|
# "$nix_shell"
|
||||||
"$directory"
|
"$directory"
|
||||||
"$git_branch"
|
"$git_branch"
|
||||||
"$git_status"
|
"$git_status"
|
||||||
"$nix_shell"
|
"$git_metrics"
|
||||||
|
"$time"
|
||||||
|
"\n"
|
||||||
|
"$character"
|
||||||
];
|
];
|
||||||
|
|
||||||
# character = {
|
directory = {
|
||||||
# success_symbol = "[ ](bold #89dceb)[›](bold green)";
|
format = "[ ﱮ $path ]($style)";
|
||||||
# error_symbol = "[ ](bold #89dceb)[›](bold red)";
|
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 = {
|
# directory.substitutions = {
|
||||||
# "Documents" = " ";
|
# "Documents" = " ";
|
||||||
|
|
Loading…
Reference in a new issue