feat(starship): place directory name on second line

main
mandlm 2022-06-24 12:41:00 +02:00
parent 7f825bff3d
commit c9cc4f5088
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 0 deletions

View File

@ -232,6 +232,10 @@
starship = { starship = {
enable = true; enable = true;
settings = {
format = lib.concatStrings [ "$all" "$directory" "$character" ];
hostname.format = "[$ssh_symbol$hostname]($style) ";
};
}; };
i3status-rust = { i3status-rust = {