feat(starship): place directory name on second line
parent
7f825bff3d
commit
c9cc4f5088
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue