test starship config
This commit is contained in:
parent
1926d0ddc3
commit
c437a61fc4
|
@ -8,30 +8,29 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
format = lib.concatStrings [
|
# format = lib.concatStrings [
|
||||||
# "$directory"
|
# # "$directory"
|
||||||
# "$git_branch"
|
# # "$git_branch"
|
||||||
# "$git_status"
|
# # "$git_status"
|
||||||
# "$nix_shell"
|
# # "$nix_shell"
|
||||||
"$directory"
|
# "$directory"
|
||||||
"$git_branch"
|
# "$git_branch"
|
||||||
"$git_status"
|
# "$git_status"
|
||||||
"$git_metrics"
|
# "$git_metrics"
|
||||||
"$time"
|
# "$time"
|
||||||
"\n"
|
# "\n"
|
||||||
"$character"
|
# "$character"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
directory = {
|
directory = {
|
||||||
format = "[ ﱮ $path ]($style)";
|
format = "[ $path ]($style)";
|
||||||
style = "bold #74c7ec";
|
style = "bold #b4befe";
|
||||||
};
|
};
|
||||||
|
|
||||||
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)";
|
||||||
success_symbol = "[ ](bold #89dceb)[➜](bold green)";
|
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
||||||
error_symbol = "[ ](bold #89dceb)[✗](bold red)";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# directory.substitutions = {
|
# directory.substitutions = {
|
||||||
|
|
Loading…
Reference in a new issue