diff options
Diffstat (limited to '12_Prompts.zsh')
| -rw-r--r-- | 12_Prompts.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 2094680..12514fa 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -393,7 +393,7 @@ __two_lines_prompt () __debug "-----------------> extra..." PS1_+=$(__ps1_extrainfo) __debug "-----------------> PS1..." - PS1=$PS1_" "$C_$_prompt_colors[dies]$_C"%#"$C_$_prompt_colors[cmd]$_C" " + PS1=$PS1_" "$C_$_prompt_colors[dies]$_C"%#"$C_$_prompt_colors[cmd]$_C" "$PROMPT_ESC __debug "-----------------> PS2..." local lastline="$(__expand_text $PS1 | tail -n1)" |
