X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/26ffc95f66633e04e63ddce54c6161c5ce80b6b7..3461c406d3de0fa8152660096c0514a39194c41c:/.zsh/rcsstub?ds=sidebyside

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