]> git.donarmstrong.com Git - zsh.git/blob - .zsh/rcsstub
comment debugging stuff which just costs time
[zsh.git] / .zsh / rcsstub
1 # rcsstub
2 #
3 # Stub for all .z* files; actual content comes from a directory
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 . $ZDOTDIR/logging
12 . $ZDOTDIR/util
13
14 if [[ -o rcs ]]; then
15 #  __do_debug && set -x || :
16
17   file="%1N"; file="${(%)file}"
18   . $ZDOTDIR/sourcedir
19   sourcedir $ZDOTDIR/${file#.}
20
21 #  __do_debug && set +x || :
22 fi
23
24 # vim:ft=zsh