diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-10-27 10:55:43 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-10-27 10:55:43 +0300 |
commit | b4615f5e008c496791c1ea37981ee18f15d464ed (patch) | |
tree | c5227f7d4a1b3870bde0962e2ea99f01598a5a97 | |
parent | ed0bd29416af583b22e6e7b03f9f6d449c4522ca (diff) |
add _p9k__raw_msg for direnv notifications in zsh4humans
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 3afac53f..6df571f0 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5777,7 +5777,7 @@ function _p9k_set_prompt() { PROMPT= RPROMPT= - [[ $1 == instant_ ]] || PROMPT+='${$((_p9k_on_expand()))+}' + [[ $1 == instant_ ]] || PROMPT+='${$((_p9k_on_expand()))+}%{${_p9k__raw_msg-}${_p9k__raw_msg::=}%}' PROMPT+=$_p9k_prompt_prefix_left local -i _p9k__has_upglob |