1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-22 12:20:07 +00:00

add _p9k__raw_msg for direnv notifications in zsh4humans

This commit is contained in:
Roman Perepelitsa 2021-10-27 09:55:43 +02:00
parent ed0bd29416
commit b4615f5e00

View file

@ -5777,7 +5777,7 @@ function _p9k_set_prompt() {
PROMPT= PROMPT=
RPROMPT= RPROMPT=
[[ $1 == instant_ ]] || PROMPT+='${$((_p9k_on_expand()))+}' [[ $1 == instant_ ]] || PROMPT+='${$((_p9k_on_expand()))+}%{${_p9k__raw_msg-}${_p9k__raw_msg::=}%}'
PROMPT+=$_p9k_prompt_prefix_left PROMPT+=$_p9k_prompt_prefix_left
local -i _p9k__has_upglob local -i _p9k__has_upglob