summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 4420441ad1a0d18bd977fd93069b8277d9f8809d (plain)
1
2
3
4
5
6
7
8
9
10
#----------------------------------------------------
# File:         ~/.zshrc
# Author:       Florian "Bluewind" Pritz <f-p@gmx.at>
#----------------------------------------------------

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