summaryrefslogtreecommitdiff
path: root/.zsh/zstub
blob: e8da8036cfaf3576541d2f9fd5fa62040a7b763e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# zstub
#
# Stub for all .z* files; actual content comes from a directory
#
# Copyright © 2011 Tobias Klauser <tklauser@distanz.ch>
# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
# 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