1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 19:10:08 +00:00
This commit is contained in:
romkatv 2020-03-09 09:31:58 +01:00
parent 2db72dad1f
commit 95008fc871

View file

@ -40,3 +40,5 @@
segments would have "unknown" icons by default (yellow and not bold); can allow them to
participate by defining `explainprompt_foo` that populates array `reply` with strings like this:
'-s STATE -i LOCK_ICON +r'; the first element must be segment description.
- add `package` segment that displays name@version where name is `.name` and version is `.version`
from package.json. Expose them as P9K_PACKAGE_NAME and P9K_PACKAGE_VERSION.