From c5642afeb0b13625a3cf0c0350b4121eabb9c2d7 Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 11 Oct 2023 01:03:39 +0200 Subject: [PATCH] Starship: add space after nix symbol --- roles/common/programs/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/programs/starship.nix b/roles/common/programs/starship.nix index 7b33a20..c99d5c8 100644 --- a/roles/common/programs/starship.nix +++ b/roles/common/programs/starship.nix @@ -7,7 +7,7 @@ nix_shell = { disabled = false; heuristic = true; - symbol = ""; + symbol = " "; }; }; };