mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
add _p9k__raw_msg for direnv notifications in zsh4humans
This commit is contained in:
parent
ed0bd29416
commit
b4615f5e00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue