mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
add more debug logging for #315
This commit is contained in:
parent
184c217c47
commit
517db99244
1 changed files with 1 additions and 0 deletions
|
@ -3981,6 +3981,7 @@ function _p9k_clear_instant_prompt() {
|
||||||
cat $__p9k_instant_prompt_output
|
cat $__p9k_instant_prompt_output
|
||||||
echo -nE - $sp
|
echo -nE - $sp
|
||||||
if [[ $POWERLEVEL9K_DEBUG_ISSUE_315 == true ]]; then
|
if [[ $POWERLEVEL9K_DEBUG_ISSUE_315 == true ]]; then
|
||||||
|
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
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue