#---------------------------------------------------- # File: ~/.zshrc # Author: Florian "Bluewind" Pritz #---------------------------------------------------- # Makes this file smaller ;) for file in ${HOME}/.zsh/rc/**/* do . "$file" done