summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: dee291653dae6f8c3a2657808871d9a1fbb3af93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#----------------------------------------------------
# File:         ~/.zshrc
# Version:      0.4.1
# 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