From 9feb35ae1bcd02ced5a02c68f221e37ea8325ff1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 30 Nov 2023 17:05:25 +0100 Subject: [PATCH] Better dir substitution styling --- .config/starship.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.