From 3524cc20f08a6b662c2a983743ec02adbcf877a2 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Mon, 12 Feb 2018 15:16:21 -0800 Subject: [PATCH] Add comments for pdebuglog --- init.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index cefd37c..ae96872 100644 --- a/init.zsh +++ b/init.zsh @@ -17,11 +17,12 @@ if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then fi unset min_zsh_version +# Change the resolution of the SECONDS variable to be more useful for debugging. typeset -F SECONDS +# logging convenience, mostly meant for debugging performance issues. function pdebuglog { if ! zstyle -t ":prezto" debug; then - echo no debug return fi