5 # Written by Joerg Jaspert <joerg@debian.org>
9 # Base directory for all plugins, themes, functions, whatever
14 [ "${DEBUG}" = "no" ] && return
17 echo ${nl} "${msg}$reset_color"
21 # Want to use colors in log output...
22 autoload -U colors && colors
25 # Most of my config is splitted into files and directories
26 if [ -d ${ZDOTDIR} ]; then
27 for script in ${ZDOTDIR}/??_*.zsh; do
28 debug "Loading ${${script:t:r}/??_/}... " -n
30 debug "$fg_no_bold[green]done"
31 for i in "net:$DOMAIN" \
37 "net:$DOMAIN/host:$HOST" \
38 "net:$DOMAIN/sys:$OSNAME" \
39 "net:$DOMAIN/distri:$DISTRI" \
40 "net:$DOMAIN/user:$USER" \
41 "net:$DOMAIN/user:$SUDO_USER" \
42 "net:$DOMAIN/host:$HOST/sys:$OSNAME" \
43 "net:$DOMAIN/host:$HOST/distri:$DISTRI" \
44 "net:$DOMAIN/host:$HOST/user:$USER" \
45 "net:$DOMAIN/host:$HOST/user:$SUDO_USER" \
46 "net:$DOMAIN/host:$HOST/sys:$OSNAME" \
47 "net:$DOMAIN/host:$HOST/sys:$OSNAME/distri:$DISTRI" \
48 "net:$DOMAIN/host:$HOST/sys:$OSNAME/user:$USER" \
49 "net:$DOMAIN/host:$HOST/sys:$OSNAME/user:$SUDO_USER" \
50 "host:$HOST/sys:$OSNAME" \
51 "host:$HOST/distri:$DISTRI" \
52 "host:$HOST/user:$USER" \
53 "host:$HOST/user:$SUDO_USER" \
54 "host:$HOST/sys:$OSNAME/distri:$DISTRI" \
55 "host:$HOST/sys:$OSNAME/user:$USER" \
56 "host:$HOST/sys:$OSNAME/user:$SUDO_USER"
58 specific_script=${script:h}/$i/${${script:t}/??_/}
59 #debug "Checking $specific_script... "
60 if [ -r ${specific_script} ]; then
61 debug "Loading $i/${${specific_script:t:r}/??_/}... " -n
62 source ${specific_script}
63 debug "$fg_no_bold[green]done"
70 if [ ! -z "$SUDO_USER" ]; then
72 [ "`pwd`" = ~$SUDO_USER ] && cd