X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a1bdf944d024ca91eca7637d8c0ce880ac2cae16..4b52e0710a30230fb3a18ffd8567030faee8d256:/.zsh/rcsstub diff --git a/.zsh/rcsstub b/.zsh/rcsstub index 60beecb..0f30dc6 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -12,13 +12,13 @@ . $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