diff --git a/.config/starship.toml b/.config/starship.toml index 567a23c..d9d6cd8 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -57,10 +57,11 @@ truncation_symbol = "…/" # Here is how you can shorten some long paths by text replacement # similar to mapped_locations in Oh My Posh: [directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = " " -"Pictures" = " " +"Documents" = "󰈙" +"Downloads" = "" +"Music" = "" +"Pictures" = "" +"workspace" = "" # Keep in mind that the order matters. For example: # "Important Documents" = " 󰈙 " # will not be replaced, because "Documents" was already substituted before.