diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-15 22:24:55 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-15 22:24:55 +0300 |
commit | eeabcbfa809033c56efb2b21e7812154e023b146 (patch) | |
tree | 6a5479eab04462db250ccb7e25347d708b076be5 /notes.txt | |
parent | b241f2ce2591dede19d3aaf73cdb02ddc3d6198a (diff) |
remove notes.txt
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 779c7a21..00000000 --- a/notes.txt +++ /dev/null @@ -1,23 +0,0 @@ -Hooks: - - p10k-on-init (may be called while zle is active or not) - p10k-on-pre-prompt (may be called while zle is active or not) - p10k-on-post-prompt - p10k-on-post-widget - -Parameters accessible from all hooks: - - P9K_PROMPT=regular|instant - P9K_TTY=old|new - -Parameters accessible from p10k-on-post-widget: - - All regular zle parameters (WIDGET, BUFFER, CURSOR, etc.). - P9K_COMMAND - P9K_LASTCOMMAND - P9K_LASTBUFFER - P9K_LASTCURSOR - -`P9K_LAST*` parameters are set if and only if this isn't the first p10k-on-post-widget call after p10k-on-init. - -# TODO: call all hooks with user options |