]> git.donarmstrong.com Git - zsh.git/blob - .zsh/rcsstub
initial checkin
[zsh.git] / .zsh / rcsstub
1 # .zshenv
2 #
3 # Actual .zshenv file
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="$(print -P %1N)"
18   . $ZDOTDIR/sourcedir
19   sourcedir $ZDOTDIR/${file#.}
20
21   __do_debug && set +x
22 fi
23
24 # vim:ft=zsh