]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/rcsstub
comment debugging stuff which just costs time
[zsh.git] / .zsh / rcsstub
index 60beecb34ee1827e7bb3776f146e47e33fe7b68a..0f30dc62c94003ec223ea95f27ac709d5fdb6753 100644 (file)
 . $ZDOTDIR/util
 
 if [[ -o rcs ]]; then
-  __do_debug && set -x || :
+#  __do_debug && set -x || :
 
   file="%1N"; file="${(%)file}"
   . $ZDOTDIR/sourcedir
   sourcedir $ZDOTDIR/${file#.}
 
-  __do_debug && set +x || :
+#  __do_debug && set +x || :
 fi
 
 # vim:ft=zsh