Initial import of my old zshrc splitted up,
[abe:zshrc.git] / zshrc
1 # Axel's .zshrc
2 #
3 # With ideas from grml and Freak
4
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         source $zshrc_snipplet
9     done
10 fi