blob: 4056ad11d4300de3e6b3969c9ed8db6f1f43f466 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Hooks:
p10k-on-init
p10k-on-pre-prompt
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
|