summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 4420441..a7c5517 100644
--- a/.zshrc
+++ b/.zshrc
@@ -3,8 +3,14 @@
# 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