diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-09 19:38:52 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-09 19:38:52 +0300 |
commit | db1e12bce3fdb82e38d4d9ef72b8c2a6df0d8708 (patch) | |
tree | 1c2f3153109d5b70e205cacfd02383a42dbd9bc4 /internal/notes.txt | |
parent | 95008fc87195bf657903ad27d41c06718521a80d (diff) |
add `package` prompt segment
Diffstat (limited to 'internal/notes.txt')
-rw-r--r-- | internal/notes.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/notes.txt b/internal/notes.txt index 82d84ea1..4bc7ff65 100644 --- a/internal/notes.txt +++ b/internal/notes.txt @@ -40,5 +40,3 @@ 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. |