test starship config
This commit is contained in:
parent
c437a61fc4
commit
948fae3cf2
|
@ -8,28 +8,14 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# format = lib.concatStrings [
|
|
||||||
# # "$directory"
|
|
||||||
# # "$git_branch"
|
|
||||||
# # "$git_status"
|
|
||||||
# # "$nix_shell"
|
|
||||||
# "$directory"
|
|
||||||
# "$git_branch"
|
|
||||||
# "$git_status"
|
|
||||||
# "$git_metrics"
|
|
||||||
# "$time"
|
|
||||||
# "\n"
|
|
||||||
# "$character"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
directory = {
|
directory = {
|
||||||
format = "[ $path ]($style)";
|
format = "[ $path ]($style)";
|
||||||
style = "bold #b4befe";
|
style = "bold #94e2d5";
|
||||||
};
|
};
|
||||||
|
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[ ](bold #89dceb)[ ➜](bold green)";
|
success_symbol = "[](bold #89dceb)[ ➜](bold green)";
|
||||||
error_symbol = "[ ](bold #89dceb)[ ➜](bold red)";
|
error_symbol = "[](bold #89dceb)[ ➜](bold red)";
|
||||||
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue