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