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 949 forks source link

[Bugfix] dir: fix tilde expansion in package_path #1307

Open wrboyce opened 5 years ago

wrboyce commented 5 years ago

I was having some edge-case issues that I narrowed down to incorrectly assuming the tilde would expand inside the package_path variable, this seemed to resolve them.