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 ~/.zsh/zsh.d/[0-9][0-9]{,$(hostname -s)}-*[^~] ; do
8 if [[ "${zshrc_snipplet:e}" != zwc ]]; then