summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 61c54e39aca31001479d3f7479921d4f59dd2704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#----------------------------------------------------
# File:         ~/.zshrc
# Version:      0.4.0
# Date:         2009-02-14
# Author:       Florian "Bluewind" Pritz <f-p@gmx.at>
#----------------------------------------------------

# Makes this file smaller ;)
for file in ${HOME}/.zsh/rc/**/*
do
  . "$file"
done