X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/5b65dccf69b24ee0ff24b053826d3f157d05f819..ce0a0c5d7508416fb022de084ba66732cfeb1ced:/.zsh/rcsstub?ds=sidebyside diff --git a/.zsh/rcsstub b/.zsh/rcsstub index d02ba20..60beecb 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