diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-08 11:41:48 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-08 11:41:48 +0300 |
commit | 517db99244af53bf74b17633e6223127aeffdff1 (patch) | |
tree | c71145f6359414d72fc4f777d40059524d42225b | |
parent | 184c217c479c535bea5a9f5ad5fc6529045310cc (diff) |
add more debug logging for #315
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 81d845e9..59867c11 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3981,6 +3981,7 @@ function _p9k_clear_instant_prompt() { cat $__p9k_instant_prompt_output echo -nE - $sp if [[ $POWERLEVEL9K_DEBUG_ISSUE_315 == true ]]; then + typeset content ls -l $__p9k_instant_prompt_output (( $+commands[hexdump] )) && hexdump -c $__p9k_instant_prompt_output fi |