# Axel's .zshrc # # With ideas from grml and Freak ZDOTDIR=${HOME}/.zsh setopt EXTENDED_GLOB CSH_NULL_GLOB if [ -d ~/.zsh/zsh.d ]; then for zshrc_snipplet in $(ls -1 ~/.zsh/zsh.d/[0-9][0-9]{,$(hostname -s)}-*[^~]) ; do source $zshrc_snipplet done fi