blob: 7005aa636e7c99b5012efe6863fdaa5b24d5649b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#----------------------------------------------------
# File: ~/.zshrc
# Version: 0.4.1
# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
#----------------------------------------------------
# Makes this file smaller ;)
for file in ${HOME}/.zsh/rc/**/*
do
. "$file"
done
|