Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 948 forks source link

[Docs] removes truncate_absolute_chars since it is redundant #1275

Closed Syphdias closed 5 years ago

Syphdias commented 5 years ago

The P9K_DIR_SHORTEN_STRATEGY truncate_absolute and truncate_absolute_chars are identical in function. I removed truncate_absolute_chars from the docs but kept it functional for compatibility reasons. I picked the explanation from the docs that seemed easier to understand and expanded on it.

bhilburn commented 5 years ago

Solid 👍