X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/c86dcf1a3dfb56f7ee5929919624a4941a57f5e9..5a8a28e150ef5e3d26ed53b9a4524726527c3a0a:/.zsh/rcsstub diff --git a/.zsh/rcsstub b/.zsh/rcsstub index 9291330..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="$(print -P %1N)" + file="%1N"; file="${(%)file}" . $ZDOTDIR/sourcedir sourcedir $ZDOTDIR/${file#.} - __do_debug && set +x || : +# __do_debug && set +x || : fi # vim:ft=zsh