diff --git a/profiles/starship.nix b/profiles/starship.nix index 3a8aa82..bbe9797 100644 --- a/profiles/starship.nix +++ b/profiles/starship.nix @@ -3,7 +3,7 @@ enable = true; enableNushellIntegration = true; settings = { - format = "$directory\${custom.scm}$all"; + format = "$directory\${custom.scm}$hostname$line_break$character"; buf = { disabled = true; };