summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: a7c55176f780e60a895a533016798558a5325834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#----------------------------------------------------
# File:         ~/.zshrc
# Author:       Florian "Bluewind" Pritz <f-p@gmx.at>
#----------------------------------------------------

# 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