From c9cc4f50888046a8e75b6460456e1cdd3627abb2 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 24 Jun 2022 12:41:00 +0200 Subject: [PATCH] feat(starship): place directory name on second line --- home-mandlm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index 4c3e24b..291b581 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -232,6 +232,10 @@ starship = { enable = true; + settings = { + format = lib.concatStrings [ "$all" "$directory" "$character" ]; + hostname.format = "[$ssh_symbol$hostname]($style) "; + }; }; i3status-rust = {