diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-09 11:31:58 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-09 11:31:58 +0300 |
commit | 95008fc87195bf657903ad27d41c06718521a80d (patch) | |
tree | 9336865f17f5a8d254d815042d5761eb7940bf34 /internal/notes.txt | |
parent | 2db72dad1f6643a313f871bd66518f76f3dc796d (diff) |
notes
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index 4bc7ff65..82d84ea1 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -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. |