diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-20 13:05:11 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-20 13:05:11 +0300 |
commit | c713ded9e76032f90014bc6829165d0dd69d28b3 (patch) | |
tree | a220202074eccfc4197e104eb965495b18818404 /internal/p10k.zsh | |
parent | 499de79a2bc61378c50672eaf919824ba7d51ff5 (diff) |
set P9K_TTY=old in preexecv1.10.0
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 2a2f2750..a3503615 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5255,6 +5255,7 @@ _p9k_preexec1() { _p9k_preexec2() { typeset -g _p9k__preexec_cmd=$2 _p9k__timer_start=EPOCHREALTIME + P9K_TTY=old } function _p9k_prompt_net_iface_init() { |