diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-18 14:08:48 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-18 14:08:48 +0300 |
commit | a6e0b01dc197f9b2e5d3a8d315bd0e457d28414b (patch) | |
tree | 71675cb52f27139f198afcf0ba120aca2c72f5bf /internal/p10k.zsh | |
parent | da498aef57e9a02527a0453eb38c0187029431f6 (diff) |
remove explicit timeout support from worker
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 5a4e698f..6674377c 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4500,7 +4500,6 @@ function _p9k_maybe_dump() { } function _p9k_on_expand() { - _p9k__last_prompt_update_time=EPOCHREALTIME (( _p9k__expanded && ! $+__p9k_instant_prompt_active )) && return () { @@ -4897,7 +4896,6 @@ typeset -g _p9k__param_pat typeset -g _p9k__param_sig _p9k_init_vars() { - typeset -gF _p9k__last_prompt_update_time typeset -ga _p9k_show_on_command typeset -g _p9k__last_buffer typeset -ga _p9k__last_commands |