From: martin f. krafft <madduck@madduck.net>
Date: Mon, 6 Sep 2021 10:05:23 +0000 (+1200)
Subject: enable _do_debug handling
X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/3461c406d3de0fa8152660096c0514a39194c41c

enable _do_debug handling
---

diff --git a/.zsh/rcsstub b/.zsh/rcsstub
index cf9a202..c9d8329 100644
--- a/.zsh/rcsstub
+++ b/.zsh/rcsstub
@@ -13,7 +13,7 @@ if [[ -o rcs ]]; then
   source $ZDOTDIR/util
   source $ZDOTDIR/sourcedir
 
-#  __do_debug && set -x || :
+  __do_debug && set -x || :
 
   _DIR=$ZDOTDIR/${${(%):-%1N}#.}
   sourcedir $_DIR
@@ -24,7 +24,7 @@ if [[ -o rcs ]]; then
 
   unset _DIR
 
-#  __do_debug && set +x || :
+  __do_debug && set +x || :
 fi
 
 # vim:ft=zsh