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