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