# zstub # # Stub for all .z* files; actual content comes from a directory # # Copyright © 2011 Tobias Klauser # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # source $ZDOTDIR/logging source $ZDOTDIR/sourcedir source $ZDOTDIR/utils _DIR=$ZDOTDIR/${${(%):-%1N}#.} sourcedir $_DIR unset _DIR # vim:ft=zsh