diff --git a/home/shell/starship.nix b/home/shell/starship.nix index f3efcb4..982928e 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -57,11 +57,11 @@ truncation_length = 3; truncation_symbol = "…/"; substitutions = { - Developer = "󰲋 "; - Documents = "󰈙 "; - Downloads = " "; - Music = "󰝚 "; - Pictures = " "; + Developer = "󰲋"; + Documents = "󰈙"; + Downloads = ""; + Music = "󰝚"; + Pictures = ""; }; };