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.47k stars 947 forks source link

[Enhancement] dir: Add configurable separator between package name and path #1159

Open wrboyce opened 5 years ago

wrboyce commented 5 years ago

Adds P9K_DIR_SHORTEN_PKG_SEPARATOR allowing for a custom separator between package name and relative sub directory. For example, I like to set it to : so packagename/src/lib/foo/bar would become packagename:src/lib/foo/bar.