#---------------------------------------------------- # File: ~/.zshrc # Author: Florian "Bluewind" Pritz #---------------------------------------------------- # Don't show input while loading stty -echo # Makes this file smaller ;) for file in ${HOME}/.zsh/rc/**/* do . "$file" done # Show again stty echo