X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a1bdf944d024ca91eca7637d8c0ce880ac2cae16..5a8a28e150ef5e3d26ed53b9a4524726527c3a0a:/.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