summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-22 22:14:15 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-22 22:14:15 +0100
commit6dee348167ec6c0fde123492799fe7a1946d3ea5 (patch)
treeef6b3aa7a3e12abc87641a8b89d1a79b66e8dd5d
parentf7e2b5b866b3516cbce6655c9b6d504268efabbc (diff)
downloaddotfiles-6dee348167ec6c0fde123492799fe7a1946d3ea5.tar.gz
dotfiles-6dee348167ec6c0fde123492799fe7a1946d3ea5.tar.xz
hide input while loading the shell (yeah I type too fast)
-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