mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Better dir substitution styling
This commit is contained in:
@@ -57,10 +57,11 @@ truncation_symbol = "…/"
|
|||||||
# Here is how you can shorten some long paths by text replacement
|
# Here is how you can shorten some long paths by text replacement
|
||||||
# similar to mapped_locations in Oh My Posh:
|
# similar to mapped_locations in Oh My Posh:
|
||||||
[directory.substitutions]
|
[directory.substitutions]
|
||||||
"Documents" = " "
|
"Documents" = ""
|
||||||
"Downloads" = " "
|
"Downloads" = ""
|
||||||
"Music" = " "
|
"Music" = ""
|
||||||
"Pictures" = " "
|
"Pictures" = ""
|
||||||
|
"workspace" = ""
|
||||||
# Keep in mind that the order matters. For example:
|
# Keep in mind that the order matters. For example:
|
||||||
# "Important Documents" = " "
|
# "Important Documents" = " "
|
||||||
# will not be replaced, because "Documents" was already substituted before.
|
# will not be replaced, because "Documents" was already substituted before.
|
||||||
|
|||||||
Reference in New Issue
Block a user