3 # Stub for all .z* files; actual content comes from a directory
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
15 # __do_debug && set -x || :
17 file="%1N"; file="${(%)file}"
19 sourcedir $ZDOTDIR/${file#.}
21 # __do_debug && set +x || :