test starship config
This commit is contained in:
parent
3cd5b0dbc6
commit
fdc1453044
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
directory = {
|
directory = {
|
||||||
format = "[](bold #89b4fa)[ $path ]($style)";
|
format = "[ ](bold #89b4fa)[ $path ]($style)";
|
||||||
style = "bold #b4befe";
|
style = "bold #b4befe";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
|
||||||
};
|
};
|
||||||
|
|
||||||
# directory.substitutions = {
|
directory.substitutions = {
|
||||||
# "Documents" = " ";
|
"~" = " ";
|
||||||
# "Downloads" = " ";
|
# "Documents" = " ";
|
||||||
# "Music" = " ";
|
# "Downloads" = " ";
|
||||||
# "Pictures" = " ";
|
# "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