Starship: add space after nix symbol

This commit is contained in:
Toast 2023-10-11 01:03:39 +02:00
parent 5ec3c1c068
commit c5642afeb0

View file

@ -7,7 +7,7 @@
nix_shell = { nix_shell = {
disabled = false; disabled = false;
heuristic = true; heuristic = true;
symbol = ""; symbol = " ";
}; };
}; };
}; };