1 # Axel's .zshrc -*- sh -*-
3 # With ideas from grml and Freak
5 setopt EXTENDED_GLOB CSH_NULL_GLOB
6 if [ -d ~/.zsh/zsh.d ]; then
7 for zshrc_snipplet in $(ls -1 ~/.zsh/zsh.d/[0-9][0-9]{,$(hostname -s)}-*[^~]) ; do
8 if [ x$zshrc_snipplet:e != xzwc ]; then