Set some GIT environement variables for use with ssh -o 'SendEnv=GIT_*'
[abe:zshrc.git] / zshrc
1 # Axel's .zshrc -*- sh -*-
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         if [ x$zshrc_snipplet:e != xzwc ]; then
9             source $zshrc_snipplet
10         fi
11     done
12 fi