mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 10:31:20 -08:00
docs: explain unique path style
the previous description did not make completely clear what is considered a unique path.
This commit is contained in:
parent
ee2b6e3f14
commit
1e1c2e6ac9
|
@ -126,6 +126,11 @@ starts with a symbol or icon.
|
|||
|
||||
Works like `Letter`, but will make sure every folder name is the shortest unique value.
|
||||
|
||||
The uniqueness refers to the displayed path, so `C:\dev\dev\dev\development` will be displayed as
|
||||
`C:\d\de\dev\development` (instead of `C:\d\d\d\development` for `Letter`). Uniqueness does _not_ refer to other
|
||||
folders at the same level, so if `C:\projectA\dev` and `C:\projectB\dev` exist, then both will be displayed as
|
||||
`C:\p\dev`.
|
||||
|
||||
## Template ([info][templates])
|
||||
|
||||
:::note default template
|
||||
|
|
Loading…
Reference in a new issue