aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-09 16:39:24 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-09 16:39:24 +0300
commit9da0365dfbbe8facedde7c361ecb8bacf6a249f1 (patch)
tree88a9cce35d0e822d1f3963d565ff39eda6f4a1ee /internal/p10k.zsh
parent5deed4d4594fdc87e01899dd32c381b9e54fd268 (diff)
make sure the next hook called after p10k-on-post-prompt is always either p10k-on-pre-prompt or p10k-on-init
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 4577d76a..2c1a6749 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -5298,6 +5298,7 @@ function _p9k_on_widget_zle-line-finish() {
function _p9k_widget_hook() {
emulate -L zsh
setopt no_hist_expand extended_glob no_prompt_bang prompt_{percent,subst}
+ (( _p9k__restore_prompt_fd )) && _p9k_restore_prompt
__p9k_reset_state=1
if (( $+_p9k__last_buffer )); then
local P9K_LASTBUFFER=$_p9k__last_buffer