|
|
@ -3980,7 +3980,7 @@ function _p9k_clear_instant_prompt() {
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
cat $__p9k_instant_prompt_output
|
|
|
|
cat $__p9k_instant_prompt_output
|
|
|
|
echo -nE - $sp
|
|
|
|
echo -nE - $sp
|
|
|
|
if [[ -n ${(S)content//$'\e'*$'\a'} && $POWERLEVEL9K_DEBUG_ISSUE_315 == true ]]; then
|
|
|
|
if [[ $POWERLEVEL9K_DEBUG_ISSUE_315 == true && -n ${(S)content//$'\e'*$'\a'} ]]; then
|
|
|
|
typeset content
|
|
|
|
typeset content
|
|
|
|
ls -l $__p9k_instant_prompt_output
|
|
|
|
ls -l $__p9k_instant_prompt_output
|
|
|
|
(( $+commands[hexdump] )) && hexdump -c $__p9k_instant_prompt_output
|
|
|
|
(( $+commands[hexdump] )) && hexdump -c $__p9k_instant_prompt_output
|
|
|
|