zshrc: Why to sleep if there aren't anything which should be aborted on startup?

It seems that I forgot to comment sleeping.
This commit is contained in:
Mika Suomalainen 2011-09-30 14:55:48 +03:00
parent 6da1ff8344
commit 3d24df5199
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -46,7 +46,7 @@ source ~/.zshenv
source ~/.zsh_functions
## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH!
sleep 1;
#sleep 1;
# Gives second time to press CTRL + C in case you want to prevent action by tmux.