test starship config
This commit is contained in:
parent
e5616b4901
commit
a143f1f794
|
@ -8,23 +8,19 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# character = {
|
character = {
|
||||||
# success_symbol = "[›](bold green)";
|
success_symbol = "[ ](bold #74c7ec)[❯ ](bold green)[› ](bold green)";
|
||||||
# error_symbol = "[›](bold red)";
|
error_symbol = "[ ](bold #74c7ec)[❯ ](bold red)[› ](bold red)";
|
||||||
# };
|
|
||||||
# character = {
|
|
||||||
# success_symbol = "[ ](bold #cba6f7)[ ](bold #f2cdcd)[ ](bold #b4befe)[ ](bold #a6e3a1)";
|
|
||||||
# error_symbol = "[ ](bold #cba6f7)[ ](bold #f2cdcd)[ ](bold #b4befe)[ ](bold #f38ba8)";
|
|
||||||
# };
|
|
||||||
|
|
||||||
directory.substitutions = {
|
|
||||||
"Documents" = " ";
|
|
||||||
"Downloads" = " ";
|
|
||||||
"Music" = " ";
|
|
||||||
"Pictures" = " ";
|
|
||||||
"~" = " ";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# directory.substitutions = {
|
||||||
|
# "Documents" = " ";
|
||||||
|
# "Downloads" = " ";
|
||||||
|
# "Music" = " ";
|
||||||
|
# "Pictures" = " ";
|
||||||
|
# "~" = " ";
|
||||||
|
# };
|
||||||
|
|
||||||
palette = "catppuccin_mocha";
|
palette = "catppuccin_mocha";
|
||||||
} // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
|
} // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue