X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/84259876ebf817174de97330c9771e68e485ce8b..c86dcf1a3dfb56f7ee5929919624a4941a57f5e9:/.zsh/rcsstub diff --git a/.zsh/rcsstub b/.zsh/rcsstub index d02ba20..9291330 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)" . $ZDOTDIR/sourcedir sourcedir $ZDOTDIR/${file#.} - __do_debug && set +x + __do_debug && set +x || : fi # vim:ft=zsh