# file: ~/.zshrc # Latest change: Tue Jan 04 15:00:00 CET 2005 if [[ -f ~/.zshrc.forall ]] then; source ~/.zshrc.forall ; fi if [[ -f ~/.zshrc.mine ]] then; source ~/.zshrc.mine ; fi if [[ -f ~/.zshrc.local ]] then; source ~/.zshrc.local ; fi #EOF